From 4401194b777473c0bc30c96614e5635f91bbe5c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ahmet=20Kaan=20G=C3=9CM=C3=9C=C5=9E?= <96421894+Tahinli@users.noreply.github.com> Date: Wed, 13 Nov 2024 23:51:42 +0300 Subject: [PATCH] fix: :bug: not exiting when counting finish --- 01-counter/counter_tb.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01-counter/counter_tb.v b/01-counter/counter_tb.v index 81be080..1b4e0fe 100644 --- a/01-counter/counter_tb.v +++ b/01-counter/counter_tb.v @@ -5,7 +5,7 @@ module counter_test; #11 reset = 0; #17 reset = 1; #11 reset = 0; - #17 $stop; + #17 $finish; end reg clk = 0;