summaryrefslogtreecommitdiffstats
path: root/test/vhdltest/debug.do
blob: 841533fc40e03c01bb9cbe1490e906dff0624906 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# window setup
view structure
view signals
view wave

# wave setup
add wave -noupdate -divider -height 32 Inputs
add wave -position insertpoint  \
sim:/tb/dut/clk \
sim:/tb/dut/rst \
sim:/tb/dut/en

add wave -noupdate -divider -height 32 Outputs
add wave -position insertpoint  \
sim:/tb/dut/state_active_*_o \
sim:/tb/dut/completed_o 

add wave -noupdate -divider -height 32 PRIO
add wave -position insertpoint  \
sim:/tb/dut/stall

add wave -noupdate -divider -height 32 ALL
add wave -position insertpoint  \
sim:/tb/dut/*

# run simulation
run 500 ns