summaryrefslogtreecommitdiffstats
path: root/part_2/ex5/simulation/modelsim/tb_counter.do
diff options
context:
space:
mode:
Diffstat (limited to 'part_2/ex5/simulation/modelsim/tb_counter.do')
-rwxr-xr-xpart_2/ex5/simulation/modelsim/tb_counter.do16
1 files changed, 8 insertions, 8 deletions
diff --git a/part_2/ex5/simulation/modelsim/tb_counter.do b/part_2/ex5/simulation/modelsim/tb_counter.do
index 4544d6a..6256691 100755
--- a/part_2/ex5/simulation/modelsim/tb_counter.do
+++ b/part_2/ex5/simulation/modelsim/tb_counter.do
@@ -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