summaryrefslogtreecommitdiff
path: root/part_2/ex5/simulation/modelsim/tb_counter.do
blob: 245fe113aa19ba90968ce5485bf68ccdcef9c194 (plain)
1
2
3
4
5
6
7
8
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
run 100ns