fix: 🐛 not exiting when counting finish

This commit is contained in:
Ahmet Kaan GÜMÜŞ 2024-11-13 23:51:42 +03:00
parent 332bb643ea
commit 4401194b77

View file

@ -5,7 +5,7 @@ module counter_test;
#11 reset = 0;
#17 reset = 1;
#11 reset = 0;
#17 $stop;
#17 $finish;
end
reg clk = 0;