Enable trace of structs

This commit is contained in:
Nikolay Puzanov
2022-12-13 11:49:15 +03:00
parent cc605cce85
commit 54f7e2be54
2 changed files with 40 additions and 12 deletions

View File

@@ -6,7 +6,7 @@ module __@TOPMODULE@__;
@TOPMODULE@ @TOPMODULE@ (clock);
initial begin
$dumpfile("@WORKDIR@/@TOPMODULE@.vcd");
$dumpvars(0, @TOPMODULE@);
$dumpvars(1, @TOPMODULE@);
$dumplimit(100000);
end
endmodule