1 |
2 |
lucas.vbal |
onerror {resume}
|
2 |
|
|
quietly WaveActivateNextPane {} 0
|
3 |
|
|
add wave -noupdate /TB_Processor/clock
|
4 |
|
|
add wave -noupdate /TB_Processor/reset
|
5 |
|
|
add wave -noupdate -radix unsigned /TB_Processor/cpu_current_state
|
6 |
|
|
add wave -noupdate -radix unsigned /TB_Processor/cpu_next_state
|
7 |
|
|
add wave -noupdate -radix unsigned /TB_Processor/cpu_program_counter
|
8 |
|
|
add wave -noupdate /TB_Processor/cpu_opcode
|
9 |
|
|
add wave -noupdate -radix decimal /TB_Processor/cpu_reg_a_val
|
10 |
|
|
add wave -noupdate -radix decimal /TB_Processor/cpu_reg_b_val
|
11 |
|
|
add wave -noupdate /TB_Processor/cpu_rflags
|
12 |
|
|
add wave -noupdate /TB_Processor/pic_cpu_req
|
13 |
|
|
add wave -noupdate /TB_Processor/cpu_int_ack
|
14 |
|
|
add wave -noupdate -radix unsigned /TB_Processor/cpu_int_program_counter
|
15 |
|
|
add wave -noupdate /TB_Processor/sprite_reader_cpu_sleep
|
16 |
|
|
add wave -noupdate /TB_Processor/VGA_VS
|
17 |
|
|
add wave -noupdate -radix unsigned /TB_Processor/VGA_v_pos
|
18 |
|
|
add wave -noupdate -radix unsigned /TB_Processor/VGA_h_pos
|
19 |
|
|
add wave -noupdate /TB_Processor/cpu_ram_req
|
20 |
|
|
add wave -noupdate -radix unsigned /TB_Processor/cpu_ram_addr
|
21 |
|
|
add wave -noupdate /TB_Processor/cpu_ram_data
|
22 |
|
|
add wave -noupdate /TB_Processor/cpu_ram_wren
|
23 |
|
|
add wave -noupdate -radix unsigned /TB_Processor/ram_q
|
24 |
|
|
add wave -noupdate -radix unsigned /TB_Processor/six_button_mem_addr
|
25 |
|
|
add wave -noupdate -radix decimal /TB_Processor/six_button_mem_data
|
26 |
|
|
add wave -noupdate -radix decimal /TB_Processor/six_button_buttons
|
27 |
|
|
add wave -noupdate /TB_Processor/six_button_mem_wren
|
28 |
|
|
add wave -noupdate /TB_Processor/six_button_mem_req
|
29 |
|
|
add wave -noupdate /TB_Processor/arbiter_grant_3
|
30 |
|
|
add wave -noupdate /TB_Processor/six_button_int_req
|
31 |
|
|
add wave -noupdate /TB_Processor/pic_int_ack_0
|
32 |
|
|
add wave -noupdate -radix unsigned /TB_Processor/six_button_current_state
|
33 |
|
|
add wave -noupdate -radix unsigned /TB_Processor/six_button_next_state
|
34 |
|
|
add wave -noupdate -radix unsigned /TB_Processor/six_button_counter
|
35 |
|
|
add wave -noupdate /TB_Processor/testbench_vsync
|
36 |
|
|
add wave -noupdate -radix unsigned /TB_Processor/six_button_select_counter
|
37 |
|
|
add wave -noupdate /TB_Processor/button_up
|
38 |
|
|
add wave -noupdate /TB_Processor/button_z
|
39 |
|
|
add wave -noupdate /TB_Processor/button_down
|
40 |
|
|
add wave -noupdate /TB_Processor/button_y
|
41 |
|
|
add wave -noupdate /TB_Processor/button_left
|
42 |
|
|
add wave -noupdate /TB_Processor/button_x
|
43 |
|
|
add wave -noupdate /TB_Processor/button_right
|
44 |
|
|
add wave -noupdate /TB_Processor/button_mode
|
45 |
|
|
add wave -noupdate /TB_Processor/button_b
|
46 |
|
|
add wave -noupdate /TB_Processor/button_a
|
47 |
|
|
add wave -noupdate /TB_Processor/button_c
|
48 |
|
|
add wave -noupdate /TB_Processor/button_start
|
49 |
|
|
TreeUpdate [SetDefaultTree]
|
50 |
|
|
WaveRestoreCursors
|
51 |
|
|
quietly wave cursor active 0
|
52 |
|
|
configure wave -namecolwidth 248
|
53 |
|
|
configure wave -valuecolwidth 100
|
54 |
|
|
configure wave -justifyvalue left
|
55 |
|
|
configure wave -signalnamewidth 0
|
56 |
|
|
configure wave -snapdistance 10
|
57 |
|
|
configure wave -datasetprefix 0
|
58 |
|
|
configure wave -rowmargin 4
|
59 |
|
|
configure wave -childrowmargin 2
|
60 |
|
|
configure wave -gridoffset 0
|
61 |
|
|
configure wave -gridperiod 1
|
62 |
|
|
configure wave -griddelta 40
|
63 |
|
|
configure wave -timeline 0
|
64 |
|
|
configure wave -timelineunits ns
|
65 |
|
|
update
|
66 |
|
|
WaveRestoreZoom {15232057 ns} {18135707 ns}
|