summaryrefslogtreecommitdiff
path: root/Test_ContdownController.v
diff options
context:
space:
mode:
authorMichael Abed <michaelabed@gmail.com>2012-03-21 13:50:55 -0400
committerMichael Abed <michaelabed@gmail.com>2012-03-21 13:50:55 -0400
commit334a727da522f84f4f243cd743c7f29971e462fe (patch)
treefe0194cc48227790f9a2c691366ae73af022bbda /Test_ContdownController.v
parent1a28b82559b9fe09de7f18249d0ca4870fa9c501 (diff)
downloadec311-lab4-334a727da522f84f4f243cd743c7f29971e462fe.tar.gz
ec311-lab4-334a727da522f84f4f243cd743c7f29971e462fe.tar.bz2
ec311-lab4-334a727da522f84f4f243cd743c7f29971e462fe.zip
testing debouncer is silly
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;