fix: 🐛 not exiting when counting finish
This commit is contained in:
parent
332bb643ea
commit
4401194b77
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ module counter_test;
|
|||
#11 reset = 0;
|
||||
#17 reset = 1;
|
||||
#11 reset = 0;
|
||||
#17 $stop;
|
||||
#17 $finish;
|
||||
end
|
||||
|
||||
reg clk = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue