Sha256: 78f1c18ca86b0086bc52ad7f960e1a84c324c320e0a4bcbbb0ff7a61917697e5
Contents?: true
Size: 279 Bytes
Versions: 16
Compression:
Stored size: 279 Bytes
Contents
# This is a prototype of the design under test. # When prototyping is enabled, relay_verilog invokes this method # instead of transferring control to the Verilog simulator. def Counter.simulate! if reset.intVal == 1 count.intVal = 0 else count.intVal += 1 end end
Version data entries
16 entries across 8 versions & 1 rubygems