| 1 |
3 |
gdevic |
onerror {resume}
|
| 2 |
|
|
quietly WaveActivateNextPane {} 0
|
| 3 |
|
|
add wave -noupdate /test_sequencer/clk
|
| 4 |
|
|
add wave -noupdate /test_sequencer/nreset
|
| 5 |
|
|
add wave -noupdate /test_sequencer/nextM_sig
|
| 6 |
|
|
add wave -noupdate /test_sequencer/setM1_sig
|
| 7 |
|
|
add wave -noupdate /test_sequencer/hold_clk_iorq_sig
|
| 8 |
|
|
add wave -noupdate /test_sequencer/hold_clk_wait_sig
|
| 9 |
|
|
add wave -noupdate /test_sequencer/hold_clk_busrq_sig
|
| 10 |
|
|
add wave -noupdate -divider M-STATE
|
| 11 |
|
|
add wave -noupdate -color Aquamarine /test_sequencer/M1_sig
|
| 12 |
|
|
add wave -noupdate -color Aquamarine /test_sequencer/M2_sig
|
| 13 |
|
|
add wave -noupdate -color Aquamarine /test_sequencer/M3_sig
|
| 14 |
|
|
add wave -noupdate -color Aquamarine /test_sequencer/M4_sig
|
| 15 |
|
|
add wave -noupdate -color Aquamarine /test_sequencer/M5_sig
|
| 16 |
|
|
add wave -noupdate -divider T-STATE
|
| 17 |
|
|
add wave -noupdate -color Pink /test_sequencer/T1_sig
|
| 18 |
|
|
add wave -noupdate -color Pink /test_sequencer/T2_sig
|
| 19 |
|
|
add wave -noupdate -color Pink /test_sequencer/T3_sig
|
| 20 |
|
|
add wave -noupdate -color Pink /test_sequencer/T4_sig
|
| 21 |
|
|
add wave -noupdate -color Pink /test_sequencer/T5_sig
|
| 22 |
|
|
add wave -noupdate -color Pink /test_sequencer/T6_sig
|
| 23 |
|
|
TreeUpdate [SetDefaultTree]
|
| 24 |
|
|
WaveRestoreCursors {{Cursor 1} {6800 ns} 0}
|
| 25 |
|
|
quietly wave cursor active 1
|
| 26 |
|
|
configure wave -namecolwidth 226
|
| 27 |
|
|
configure wave -valuecolwidth 78
|
| 28 |
|
|
configure wave -justifyvalue left
|
| 29 |
|
|
configure wave -signalnamewidth 2
|
| 30 |
|
|
configure wave -snapdistance 10
|
| 31 |
|
|
configure wave -datasetprefix 0
|
| 32 |
|
|
configure wave -rowmargin 4
|
| 33 |
|
|
configure wave -childrowmargin 2
|
| 34 |
|
|
configure wave -gridoffset 0
|
| 35 |
|
|
configure wave -gridperiod 1
|
| 36 |
|
|
configure wave -griddelta 40
|
| 37 |
|
|
configure wave -timeline 1
|
| 38 |
|
|
configure wave -timelineunits us
|
| 39 |
|
|
update
|
| 40 |
|
|
WaveRestoreZoom {0 ns} {25 us}
|