summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorjuehv <jens@jensheuschkel.de>2016-03-01 17:07:21 (GMT)
committerjuehv <jens@jensheuschkel.de>2016-03-01 17:07:21 (GMT)
commit560692a1e30f736113f13f02c47b9a15c18b4966 (patch)
tree4da35de04fbbe47e94c692f908931c656ca72919 /test
parent5e1477773b2dbcd1769fec3e52b61c02668e3034 (diff)
downloaduscxml-560692a1e30f736113f13f02c47b9a15c18b4966.zip
uscxml-560692a1e30f736113f13f02c47b9a15c18b4966.tar.gz
uscxml-560692a1e30f736113f13f02c47b9a15c18b4966.tar.bz2
add basic spontaneous signal generation
Diffstat (limited to 'test')
-rw-r--r--test/vhdltest/debug.do28
1 files changed, 22 insertions, 6 deletions
diff --git a/test/vhdltest/debug.do b/test/vhdltest/debug.do
index 841533f..d6f77b6 100644
--- a/test/vhdltest/debug.do
+++ b/test/vhdltest/debug.do
@@ -4,22 +4,38 @@ view signals
view wave
# wave setup
-add wave -noupdate -divider -height 32 Inputs
+add wave -noupdate -divider -height 20 Inputs
add wave -position insertpoint \
sim:/tb/dut/clk \
-sim:/tb/dut/rst \
+sim:/tb/dut/rst_i \
sim:/tb/dut/en
-add wave -noupdate -divider -height 32 Outputs
+add wave -noupdate -divider -height 20 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 -noupdate -divider -height 20 System
+add wave -position insertpoint \
+sim:/tb/dut/stall \
+sim:/tb/dut/rst \
+sim:/tb/dut/spontaneous_en \
+sim:/tb/dut/optimal_transition_set_combined_sig
+
+add wave -noupdate -divider -height 20 Entry_Set
+add wave -position insertpoint \
+sim:/tb/dut/in_entry_set_*_sig \
+sim:/tb/dut/in_complete_entry_set_*_sig
+
+add wave -noupdate -divider -height 20 Exit_Set
+add wave -position insertpoint \
+sim:/tb/dut/in_exit_set_*_sig
+
+add wave -noupdate -divider -height 20 Transition_Set
add wave -position insertpoint \
-sim:/tb/dut/stall
+sim:/tb/dut/in_optimal_transition_set_*_sig
-add wave -noupdate -divider -height 32 ALL
+add wave -noupdate -divider -height 20 ALL
add wave -position insertpoint \
sim:/tb/dut/*