summaryrefslogtreecommitdiffstats
path: root/part_2/ex5/simulation/modelsim/tb_counter.do
blob: 6256691cf190d67b710befd811547b73755251f0 (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 1000