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
|
initial begin
|
||||||
if($value$plusargs("WAVEFORM=%s",waveform_name))begin
|
if($value$plusargs("WAVEFORM=%s",waveform_name))begin
|
||||||
$dumpfile(waveform_name);
|
$dumpfile(waveform_name);
|
||||||
$dumpvars(0,p);
|
$dumpvars(0,p,cycles);
|
||||||
end
|
end
|
||||||
`ifdef OTUPUT_JSON_STATISTICS
|
`ifdef OTUPUT_JSON_STATISTICS
|
||||||
if($value$plusargs("STATS=%s",stats_name))begin
|
if($value$plusargs("STATS=%s",stats_name))begin
|
||||||
|
Loading…
Reference in New Issue
Block a user