Skip to content

Commit

Permalink
Update tb.v - make tests now dump variables
Browse files Browse the repository at this point in the history
  • Loading branch information
FavoritoHJS authored Aug 27, 2024
1 parent e8933d2 commit 6e3b9c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/tb.v
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
module tb ();

// Dump the signals to a VCD file. You can view it with gtkwave.
/*

initial begin
$dumpfile("tb.vcd");
$dumpvars(0, tb);
#1;
end*/
end
// Wire up the inputs and outputs:
reg clk;
reg rst_n;
Expand Down

0 comments on commit 6e3b9c3

Please sign in to comment.