summaryrefslogtreecommitdiff
path: root/Test_ContdownController.v
diff options
context:
space:
mode:
Diffstat (limited to 'Test_ContdownController.v')
-rw-r--r--Test_ContdownController.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/Test_ContdownController.v b/Test_ContdownController.v
index ba3b63c..7450761 100644
--- a/Test_ContdownController.v
+++ b/Test_ContdownController.v
@@ -64,13 +64,13 @@ module Test_ContdownController;
- while (11) begin
+ while (1) begin
clk = ~clk; #1;
if (i < 100) begin
i = i + 1;
if (i == 50) begin
for (j = 0; j < 5; j = j + 1) begin
- btnA = 1; #1
+ btnA = 1; #1;
clk = ~clk;
btnA = 0; #1;
clk = ~clk;