Skip to content

Commit

Permalink
1s is too long to simulate, drop to 40ms
Browse files Browse the repository at this point in the history
  • Loading branch information
sameer committed May 16, 2020
1 parent c39c2d9 commit 0c7991d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/top_tb/top_tb.sv
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ timeunit 1ns;
timeprecision 1ns;

initial begin
#1s $finish;
#40ms $finish;
end

top top ();
Expand Down

0 comments on commit 0c7991d

Please sign in to comment.