View Waveforms
To use GTKWave to view a waveform:
- Add the following lines to your testbench to generate the dumpfiles:
$dumpfile("outflow/<file name>.vcd"); $dumpvars(0, sim); - Simulate with the iVerilog simulator.
- Use this command to view the output
waveform:
gtkwave outflow/<project name>.vcd