ngspice/examples/xspice/icarus_verilog/delay.cir

11 lines
200 B
Plaintext
Raw Normal View History

* Waveform generation by Verilog delays
adut null [ d4 d3 d2 d1 d0 ] ring
.model ring d_cosim simulation="ivlng" sim_args = [ "delay" ]
.control
tran 20u 100u
plot d4 d3 d2 d1 d0 digitop
.endc
.end