summaryrefslogtreecommitdiffstats
path: root/part_2/ex5/simulation/modelsim/tb_counter
blob: 4544d6aec9af16d851b5b643c2a15e462f0c6bf6 (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