Added cycles to waveform capture for icarus verilog
This commit is contained in:
parent
49335a2c2f
commit
3a63e916f5
BIN
boot_code/brainfuck_mandelbrot.fst.hier
Normal file
BIN
boot_code/brainfuck_mandelbrot.fst.hier
Normal file
Binary file not shown.
@ -54,7 +54,7 @@ string waveform_name;
|
||||
initial begin
|
||||
if($value$plusargs("WAVEFORM=%s",waveform_name))begin
|
||||
$dumpfile(waveform_name);
|
||||
$dumpvars(0,p);
|
||||
$dumpvars(0,p,cycles);
|
||||
end
|
||||
`ifdef OTUPUT_JSON_STATISTICS
|
||||
if($value$plusargs("STATS=%s",stats_name))begin
|
||||
|
Loading…
Reference in New Issue
Block a user