| 1 |
3 |
uson |
onerror {resume}
|
| 2 |
|
|
quietly WaveActivateNextPane {} 0
|
| 3 |
|
|
add wave -noupdate -format Logic /testbench/failed_apb_bfm
|
| 4 |
|
|
add wave -noupdate -divider APB
|
| 5 |
|
|
add wave -noupdate -format Logic /testbench/pclk
|
| 6 |
|
|
add wave -noupdate -format Logic /testbench/presetn
|
| 7 |
|
|
add wave -noupdate -format Literal /testbench/paddr
|
| 8 |
|
|
add wave -noupdate -format Logic /testbench/psel1
|
| 9 |
|
|
add wave -noupdate -format Logic /testbench/psel2
|
| 10 |
|
|
add wave -noupdate -format Logic /testbench/penable
|
| 11 |
|
|
add wave -noupdate -format Logic /testbench/pwrite
|
| 12 |
|
|
add wave -noupdate -format Literal /testbench/pwdata
|
| 13 |
|
|
add wave -noupdate -format Literal /testbench/prdata
|
| 14 |
|
|
add wave -noupdate -divider {UART1 (TX)}
|
| 15 |
|
|
add wave -noupdate -format Logic /testbench/txrdy1
|
| 16 |
|
|
add wave -noupdate -format Logic /testbench/rxrdy1
|
| 17 |
|
|
add wave -noupdate -format Logic /testbench/tx1
|
| 18 |
|
|
add wave -noupdate -format Logic /testbench/rx1
|
| 19 |
|
|
add wave -noupdate -format Logic /testbench/parity_err1
|
| 20 |
|
|
add wave -noupdate -format Logic /testbench/overflow1
|
| 21 |
|
|
add wave -noupdate -divider UART2(RX)
|
| 22 |
|
|
add wave -noupdate -format Logic /testbench/dut2/framing_err
|
| 23 |
|
|
add wave -noupdate -format Logic /testbench/txrdy2
|
| 24 |
|
|
add wave -noupdate -format Logic /testbench/rxrdy2
|
| 25 |
|
|
add wave -noupdate -format Logic /testbench/tx2
|
| 26 |
|
|
add wave -noupdate -format Logic /testbench/rx2
|
| 27 |
|
|
add wave -noupdate -format Logic /testbench/parity_err2
|
| 28 |
|
|
add wave -noupdate -format Logic /testbench/overflow2
|
| 29 |
|
|
TreeUpdate [SetDefaultTree]
|
| 30 |
|
|
WaveRestoreCursors {{Cursor 1} {178056279 ns} 0}
|
| 31 |
|
|
configure wave -namecolwidth 150
|
| 32 |
|
|
configure wave -valuecolwidth 100
|
| 33 |
|
|
configure wave -justifyvalue left
|
| 34 |
|
|
configure wave -signalnamewidth 0
|
| 35 |
|
|
configure wave -snapdistance 10
|
| 36 |
|
|
configure wave -datasetprefix 0
|
| 37 |
|
|
configure wave -rowmargin 4
|
| 38 |
|
|
configure wave -childrowmargin 2
|
| 39 |
|
|
configure wave -gridoffset 0
|
| 40 |
|
|
configure wave -gridperiod 1
|
| 41 |
|
|
configure wave -griddelta 40
|
| 42 |
|
|
configure wave -timeline 0
|
| 43 |
|
|
configure wave -timelineunits ns
|
| 44 |
|
|
update
|
| 45 |
|
|
WaveRestoreZoom {0 ns} {46472686 ns}
|