Sha256: d82efd4644f37c19da3fa4bc059f9f0d917f3905a596e570eceadfc34677c062
Contents?: true
Size: 231 Bytes
Versions: 10
Compression:
Stored size: 231 Bytes
Contents
# Simulates the design under test for one clock cycle. def cycle! clock.high! advance_time clock.low! advance_time end # Brings the design under test into a blank state. def reset! reset.high! cycle! reset.low! end
Version data entries
10 entries across 5 versions & 1 rubygems