1 |
2 |
wd5gnr |
onerror {resume}
|
2 |
|
|
quietly WaveActivateNextPane {} 0
|
3 |
|
|
add wave -noupdate -format Logic /t_fp/clockin
|
4 |
|
|
add wave -noupdate -format Logic /t_fp/pb0
|
5 |
|
|
add wave -noupdate -format Logic /t_fp/pb1
|
6 |
|
|
add wave -noupdate -format Literal /t_fp/sw
|
7 |
|
|
add wave -noupdate -format Literal /t_fp/led
|
8 |
|
|
add wave -noupdate -format Literal /t_fp/display
|
9 |
|
|
add wave -noupdate -format Logic /t_fp/dp
|
10 |
|
|
add wave -noupdate -format Literal /t_fp/digsel
|
11 |
|
|
add wave -noupdate -format Logic /t_fp/clkout
|
12 |
|
|
add wave -noupdate -format Literal /t_fp/swreg
|
13 |
|
|
add wave -noupdate -format Logic /t_fp/clear
|
14 |
|
|
add wave -noupdate -format Logic /t_fp/lpc
|
15 |
|
|
add wave -noupdate -format Logic /t_fp/exam
|
16 |
|
|
add wave -noupdate -format Logic /t_fp/dep
|
17 |
|
|
add wave -noupdate -format Logic /t_fp/xrun
|
18 |
|
|
add wave -noupdate -format Literal /t_fp/irin
|
19 |
|
|
add wave -noupdate -format Literal /t_fp/acin
|
20 |
|
|
add wave -noupdate -format Literal /t_fp/pcin
|
21 |
|
|
add wave -noupdate -format Logic /t_fp/UUT/select
|
22 |
|
|
TreeUpdate [SetDefaultTree]
|
23 |
|
|
WaveRestoreCursors {{Cursor 1} {0 ps} 0}
|
24 |
|
|
configure wave -namecolwidth 150
|
25 |
|
|
configure wave -valuecolwidth 100
|
26 |
|
|
configure wave -justifyvalue left
|
27 |
|
|
configure wave -signalnamewidth 0
|
28 |
|
|
configure wave -snapdistance 10
|
29 |
|
|
configure wave -datasetprefix 0
|
30 |
|
|
configure wave -rowmargin 4
|
31 |
|
|
configure wave -childrowmargin 2
|
32 |
|
|
configure wave -gridoffset 0
|
33 |
|
|
configure wave -gridperiod 1
|
34 |
|
|
configure wave -griddelta 40
|
35 |
|
|
configure wave -timeline 0
|
36 |
|
|
update
|
37 |
|
|
WaveRestoreZoom {0 ps} {4096 ns}
|