nvdla / hw

RTL, Cmodel, and testbench for NVDLA
Other
1.68k stars 561 forks source link

how to dump waveform under verilator? #273

Open zhanjf opened 5 years ago

zhanjf commented 5 years ago

I already compile and run the test under verilator using cmd like make run TEST=dc_24x33x55_5x5x55x25_int8_0

could someone help me how to dump the waveform? Thanks!

Hong-333 commented 5 years ago

check your directory (outdir/nv_small/verilator/test/dc_24x33x55_5x5x55x25_int8_0)

you can see the trace.vcd file

and run gtkwave trace.vcd

zhanjf commented 5 years ago

thanks, I already change to VCS environment.