1 |
46 |
ja_rd |
onerror {resume}
|
2 |
|
|
quietly WaveActivateNextPane {} 0
|
3 |
|
|
quietly virtual signal -install /light8080_tb1/uut { (context /light8080_tb1/uut )(rbank(14) &rbank(15) )} SP
|
4 |
|
|
quietly virtual signal -install /light8080_tb1/uut { (context /light8080_tb1/uut )(rbank(8) &rbank(9) )} PC004
|
5 |
|
|
quietly virtual signal -install /light8080_tb1/uut { (context /light8080_tb1/uut )(rbank(0) &rbank(1) )} BC
|
6 |
|
|
quietly virtual signal -install /light8080_tb1/uut { (context /light8080_tb1/uut )(rbank(2) &rbank(3) )} DE
|
7 |
|
|
quietly virtual signal -install /light8080_tb1/uut { (context /light8080_tb1/uut )(rbank(4) &rbank(5) )} HL
|
8 |
|
|
add wave -noupdate -divider External
|
9 |
|
|
add wave -noupdate -format Logic /light8080_tb1/clk
|
10 |
|
|
add wave -noupdate -format Logic /light8080_tb1/halt_o
|
11 |
|
|
add wave -noupdate -color {Medium Sea Green} -format Logic /light8080_tb1/inte_o
|
12 |
|
|
add wave -noupdate -color Firebrick -format Logic /light8080_tb1/intr_i
|
13 |
|
|
add wave -noupdate -color White -format Logic /light8080_tb1/inta_o
|
14 |
|
|
add wave -noupdate -color {Lime Green} -format Literal -radix hexadecimal /light8080_tb1/data_i
|
15 |
|
|
add wave -noupdate -color {Cadet Blue} -format Literal -radix hexadecimal /light8080_tb1/data_o
|
16 |
|
|
add wave -noupdate -format Literal -radix hexadecimal /light8080_tb1/addr_o
|
17 |
|
|
add wave -noupdate -format Logic /light8080_tb1/vma_o
|
18 |
|
|
add wave -noupdate -format Logic /light8080_tb1/rd_o
|
19 |
|
|
add wave -noupdate -format Logic /light8080_tb1/wr_o
|
20 |
|
|
add wave -noupdate -format Logic /light8080_tb1/fetch_o
|
21 |
|
|
add wave -noupdate -divider Registers
|
22 |
|
|
add wave -noupdate -color {Medium Slate Blue} -format Literal -label SP -radix hexadecimal /light8080_tb1/uut/SP
|
23 |
|
|
add wave -noupdate -color {Indian Red} -format Literal -label PC -radix hexadecimal /light8080_tb1/uut/PC004
|
24 |
|
|
add wave -noupdate -color Yellow -format Literal -itemcolor Yellow -label PSW -radix binary /light8080_tb1/uut/flag_reg
|
25 |
|
|
add wave -noupdate -color {Dark Green} -format Literal -label ACC -radix hexadecimal /light8080_tb1/uut/rbank(7)
|
26 |
|
|
add wave -noupdate -color Pink -format Literal -itemcolor Pink -label BC -radix hexadecimal /light8080_tb1/uut/BC
|
27 |
|
|
add wave -noupdate -color {Indian Red} -format Literal -itemcolor {Indian Red} -label DE -radix hexadecimal /light8080_tb1/uut/DE
|
28 |
|
|
add wave -noupdate -color {Yellow Green} -format Literal -itemcolor {Yellow Green} -label HL -radix hexadecimal /light8080_tb1/uut/HL
|
29 |
|
|
TreeUpdate [SetDefaultTree]
|
30 |
|
|
WaveRestoreCursors {{Cursor 1} {18600000 ps} 0}
|
31 |
|
|
configure wave -namecolwidth 150
|
32 |
|
|
configure wave -valuecolwidth 70
|
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 |
|
|
update
|
44 |
|
|
WaveRestoreZoom {13303347 ps} {23802163 ps}
|