1 |
2 |
lucas.vbal |
onerror {resume}
|
2 |
|
|
quietly WaveActivateNextPane {} 0
|
3 |
|
|
add wave -noupdate /TB_Processor/testbench_PLL_clock
|
4 |
|
|
add wave -noupdate /TB_Processor/VGA_CLK
|
5 |
|
|
add wave -noupdate /TB_Processor/reset
|
6 |
|
|
add wave -noupdate /TB_Processor/VGA_BLANK
|
7 |
|
|
add wave -noupdate /TB_Processor/VGA_VS
|
8 |
|
|
add wave -noupdate /TB_Processor/VGA_HS
|
9 |
|
|
add wave -noupdate -radix unsigned /TB_Processor/VGA_oAddress
|
10 |
|
|
add wave -noupdate -radix unsigned /TB_Processor/VGA_v_pos
|
11 |
|
|
add wave -noupdate -radix unsigned /TB_Processor/VGA_h_pos
|
12 |
|
|
add wave -noupdate -radix unsigned /TB_Processor/DUV/sprite_reader_EstadoAtual
|
13 |
|
|
add wave -noupdate -radix unsigned /TB_Processor/DUV/sprite_reader_EstadoFuturo
|
14 |
|
|
add wave -noupdate -radix unsigned /TB_Processor/sprite_reader_level_counter
|
15 |
|
|
add wave -noupdate /TB_Processor/clock
|
16 |
|
|
add wave -noupdate /TB_Processor/sprite_reader_cpu_sleep
|
17 |
|
|
add wave -noupdate -radix unsigned /TB_Processor/cpu_program_counter
|
18 |
|
|
add wave -noupdate -radix unsigned /TB_Processor/cpu_current_state
|
19 |
|
|
add wave -noupdate -radix unsigned /TB_Processor/cpu_next_state
|
20 |
|
|
TreeUpdate [SetDefaultTree]
|
21 |
|
|
WaveRestoreCursors {{Cursor 1} {0 ns} 0}
|
22 |
|
|
quietly wave cursor active 0
|
23 |
|
|
configure wave -namecolwidth 269
|
24 |
|
|
configure wave -valuecolwidth 100
|
25 |
|
|
configure wave -justifyvalue left
|
26 |
|
|
configure wave -signalnamewidth 0
|
27 |
|
|
configure wave -snapdistance 10
|
28 |
|
|
configure wave -datasetprefix 0
|
29 |
|
|
configure wave -rowmargin 4
|
30 |
|
|
configure wave -childrowmargin 2
|
31 |
|
|
configure wave -gridoffset 0
|
32 |
|
|
configure wave -gridperiod 1
|
33 |
|
|
configure wave -griddelta 40
|
34 |
|
|
configure wave -timeline 0
|
35 |
|
|
configure wave -timelineunits ns
|
36 |
|
|
update
|
37 |
|
|
WaveRestoreZoom {3490601 ns} {3490963 ns}
|