Skip to content

Commit

Permalink
[hotfix] dont dump for now
Browse files Browse the repository at this point in the history
  • Loading branch information
sequencer committed Jul 21, 2024
1 parent 8bc8b33 commit cfdfbd8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ipemu/src/TestBench.scala
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,6 @@ class TestBench(generator: SerializableModuleGenerator[T1, T1Parameter]) extends
| export "DPI-C" function dump_wave;
| function dump_wave(input string file);
|`ifdef VCS
| $$fsdbDumpfile(file);
| $$fsdbDumpvars("+all");
| $$fsdbDumpSVA();
| $$fsdbDumpvars(0);
| $$fsdbDumpon;
|`endif
|`ifdef VERILATOR
| $$dumpfile(file);
Expand Down

0 comments on commit cfdfbd8

Please sign in to comment.