summaryrefslogtreecommitdiffstats
path: root/part_2/ex5/simulation/modelsim/tb_counter
diff options
context:
space:
mode:
Diffstat (limited to 'part_2/ex5/simulation/modelsim/tb_counter')
-rwxr-xr-xpart_2/ex5/simulation/modelsim/tb_counter16
1 files changed, 8 insertions, 8 deletions
diff --git a/part_2/ex5/simulation/modelsim/tb_counter b/part_2/ex5/simulation/modelsim/tb_counter
index 6256691..4544d6a 100755
--- a/part_2/ex5/simulation/modelsim/tb_counter
+++ b/part_2/ex5/simulation/modelsim/tb_counter
@@ -1,9 +1,9 @@
-add wave clock enable
-add wave -hexadecimal count
-force clock 0 0, 1 10ns -repeat 20ns
-force enable 1
-run 100ns
-force enable 0
-run 100ns
-force enable 1
+add wave clock enable
+add wave -hexadecimal count
+force clock 0 0, 1 10ns -repeat 20ns
+force enable 1
+run 100ns
+force enable 0
+run 100ns
+force enable 1
run 1000 \ No newline at end of file