1 |
69 |
ja_rd |
onerror {resume}
|
2 |
|
|
quietly WaveActivateNextPane {} 0
|
3 |
|
|
quietly virtual signal -install /light8080_tb/cpu { (context /light8080_tb/cpu )(rbank(14) &rbank(15) )} SP
|
4 |
|
|
quietly virtual signal -install /light8080_tb/cpu { (context /light8080_tb/cpu )(rbank(8) &rbank(9) )} PC004
|
5 |
|
|
quietly virtual signal -install /light8080_tb/cpu { (context /light8080_tb/cpu )(rbank(0) &rbank(1) )} BC
|
6 |
|
|
quietly virtual signal -install /light8080_tb/cpu { (context /light8080_tb/cpu )(rbank(2) &rbank(3) )} DE
|
7 |
|
|
quietly virtual signal -install /light8080_tb/cpu { (context /light8080_tb/cpu )(rbank(4) &rbank(5) )} HL
|
8 |
|
|
add wave -noupdate -divider {External signals}
|
9 |
|
|
add wave -noupdate -format Logic /light8080_tb/clk
|
10 |
|
|
add wave -noupdate -format Logic /light8080_tb/halt_o
|
11 |
|
|
add wave -noupdate -color {Pale Green} -format Literal -radix hexadecimal /light8080_tb/data_i
|
12 |
|
|
add wave -noupdate -color Pink -format Literal -radix hexadecimal /light8080_tb/data_o
|
13 |
|
|
add wave -noupdate -color {Medium Aquamarine} -format Literal -radix hexadecimal /light8080_tb/addr_o
|
14 |
|
|
add wave -noupdate -format Logic /light8080_tb/vma_o
|
15 |
|
|
add wave -noupdate -format Logic /light8080_tb/rd_o
|
16 |
|
|
add wave -noupdate -format Logic /light8080_tb/wr_o
|
17 |
|
|
add wave -noupdate -format Logic /light8080_tb/fetch_o
|
18 |
|
|
add wave -noupdate -divider Registers
|
19 |
|
|
add wave -noupdate -color {Medium Slate Blue} -format Literal -label SP -radix hexadecimal /light8080_tb/cpu/SP
|
20 |
|
|
add wave -noupdate -color {Indian Red} -format Literal -label PC -radix hexadecimal /light8080_tb/cpu/PC004
|
21 |
|
|
add wave -noupdate -color Yellow -format Literal -itemcolor Yellow -label PSW -radix binary /light8080_tb/cpu/flag_reg
|
22 |
|
|
add wave -noupdate -color {Dark Green} -format Literal -label ACC -radix hexadecimal /light8080_tb/cpu/rbank(7)
|
23 |
|
|
add wave -noupdate -color Pink -format Literal -itemcolor Pink -label BC -radix hexadecimal /light8080_tb/cpu/BC
|
24 |
|
|
add wave -noupdate -color {Indian Red} -format Literal -itemcolor {Indian Red} -label DE -radix hexadecimal /light8080_tb/cpu/DE
|
25 |
|
|
add wave -noupdate -color {Yellow Green} -format Literal -itemcolor {Yellow Green} -label HL -radix hexadecimal /light8080_tb/cpu/HL
|
26 |
|
|
add wave -noupdate -divider {Internal signals}
|
27 |
|
|
TreeUpdate [SetDefaultTree]
|
28 |
|
|
WaveRestoreCursors {{Cursor 1} {351700000 ps} 0}
|
29 |
|
|
configure wave -namecolwidth 150
|
30 |
|
|
configure wave -valuecolwidth 70
|
31 |
|
|
configure wave -justifyvalue left
|
32 |
|
|
configure wave -signalnamewidth 0
|
33 |
|
|
configure wave -snapdistance 10
|
34 |
|
|
configure wave -datasetprefix 0
|
35 |
|
|
configure wave -rowmargin 4
|
36 |
|
|
configure wave -childrowmargin 2
|
37 |
|
|
configure wave -gridoffset 0
|
38 |
|
|
configure wave -gridperiod 1
|
39 |
|
|
configure wave -griddelta 40
|
40 |
|
|
configure wave -timeline 0
|
41 |
|
|
update
|
42 |
|
|
WaveRestoreZoom {417733549 ps} {419238323 ps}
|