OpenCores
URL https://opencores.org/ocsvn/light52/light52/trunk

Subversion Repositories light52

[/] [light52/] [trunk/] [sim/] [light52_irq_tb_wave.do] - Blame information for rev 21

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 ja_rd
onerror {resume}
2
quietly WaveActivateNextPane {} 0
3
add wave -noupdate -format Logic /light52_tb/clk
4
add wave -noupdate -divider CPU
5
add wave -noupdate -color Gray75 -format Literal -radix hexadecimal /light52_tb/uut/cpu/pc_reg
6
add wave -noupdate -color Gray90 -format Literal -radix hexadecimal /light52_tb/uut/code_addr
7
add wave -noupdate -color {Lime Green} -format Literal -radix hexadecimal /light52_tb/uut/code_rd
8
add wave -noupdate -color {Cornflower Blue} -format Literal -radix hexadecimal /light52_tb/uut/cpu/a_reg
9
add wave -noupdate -group SFR
10
add wave -noupdate -group SFR -color Magenta -format Literal -radix hexadecimal /light52_tb/uut/cpu/sfr_addr
11
add wave -noupdate -group SFR -format Logic /light52_tb/uut/cpu/sfr_vma
12
add wave -noupdate -group SFR -format Logic /light52_tb/uut/cpu/sfr_we
13
add wave -noupdate -group SFR -color Orchid -format Literal -radix hexadecimal /light52_tb/uut/cpu/sfr_wr
14
add wave -noupdate -group SFR -color {Sky Blue} -format Literal -radix hexadecimal /light52_tb/uut/cpu/sfr_rd
15
add wave -noupdate -format Literal -radix hexadecimal /light52_tb/uut/cpu/ie_reg
16
add wave -noupdate -format Literal -radix hexadecimal /light52_tb/uut/cpu/addr0_reg
17
add wave -noupdate -format Literal -radix hexadecimal /light52_tb/uut/cpu/addr1_reg
18
add wave -noupdate -format Literal -radix hexadecimal /light52_tb/uut/cpu/jump_target
19
add wave -noupdate -divider Debug
20 21 ja_rd
add wave -noupdate -format Literal -radix unsigned /light52_tb/uut/timer/compare_reg
21
add wave -noupdate -format Literal -radix unsigned /light52_tb/uut/timer/counter_reg
22
add wave -noupdate -format Literal -radix unsigned /light52_tb/uut/timer/prescaler_ctr_reg
23
add wave -noupdate -format Logic /light52_tb/uut/timer/counter_match
24
add wave -noupdate -format Logic /light52_tb/uut/timer_irq
25
add wave -noupdate -format Logic /light52_tb/uut/cpu/irq_active
26
add wave -noupdate -format Logic /light52_tb/uut/cpu/irq_restore_level
27
add wave -noupdate -format Logic /light52_tb/uut/cpu/irq_active_hip
28
add wave -noupdate -format Logic /light52_tb/uut/cpu/irq_serving_hip
29
add wave -noupdate -format Logic /light52_tb/uut/cpu/irq_serving_lop
30
add wave -noupdate -format Literal /light52_tb/uut/cpu/irq_level_inputs
31 2 ja_rd
add wave -noupdate -group {External Interrupts}
32
add wave -noupdate -group {External Interrupts} -format Literal /light52_tb/uut/external_irq
33
add wave -noupdate -group {External Interrupts} -format Logic /light52_tb/uut/ext_irq
34
add wave -noupdate -group {External Interrupts} -format Literal /light52_tb/uut/external_irq_reg
35 21 ja_rd
add wave -noupdate -group Timer
36 2 ja_rd
add wave -noupdate -group Timer -format Literal -radix hexadecimal /light52_tb/uut/timer/data_o
37
add wave -noupdate -group Timer -format Literal -radix hexadecimal /light52_tb/uut/timer/compare_reg
38
add wave -noupdate -group Timer -format Literal -radix hexadecimal /light52_tb/uut/timer/counter_reg
39
add wave -noupdate -group Timer -format Logic /light52_tb/uut/timer/counter_match
40
add wave -noupdate -group Timer -format Literal /light52_tb/uut/timer/status_reg
41
add wave -noupdate -group Timer -format Logic /light52_tb/uut/timer/irq_o
42
add wave -noupdate -group Timer -format Literal /light52_tb/uut/timer/addr_i
43
add wave -noupdate -format Logic /light52_tb/uut/timer/ce_i
44
add wave -noupdate -format Logic /light52_tb/uut/timer/wr_i
45
add wave -noupdate -format Literal /light52_tb/uut/timer/addr_i
46
add wave -noupdate -format Logic /light52_tb/uut/timer/irq_o
47
add wave -noupdate -format Literal -radix hexadecimal /light52_tb/uut/timer/data_i
48
add wave -noupdate -format Literal -radix hexadecimal /light52_tb/uut/timer/status_reg
49
add wave -noupdate -color Pink -format Literal /light52_tb/uut/cpu/ps
50
add wave -noupdate -divider Internal
51
add wave -noupdate -group Datapath
52
add wave -noupdate -group Datapath -color Goldenrod -format Literal -radix hexadecimal /light52_tb/uut/cpu/alu_result
53
add wave -noupdate -group Datapath -color Wheat -format Literal -radix hexadecimal /light52_tb/uut/cpu/nobit_alu_result
54
add wave -noupdate -group Datapath -color Gold -format Literal /light52_tb/uut/cpu/alu_fn_reg
55
add wave -noupdate -group Datapath -group MUL-DIV
56
add wave -noupdate -group MUL-DIV -color {Violet Red} -format Literal -radix hexadecimal /light52_tb/uut/cpu/alu/b_reg
57
add wave -noupdate -group MUL-DIV -format Literal -radix hexadecimal /light52_tb/uut/cpu/alu/quotient
58
add wave -noupdate -group MUL-DIV -format Logic /light52_tb/uut/cpu/alu/div_ready
59
add wave -noupdate -group MUL-DIV -format Logic /light52_tb/uut/cpu/load_b_sfr
60
add wave -noupdate -group MUL-DIV -format Literal -radix hexadecimal /light52_tb/uut/cpu/alu/remainder
61
add wave -noupdate -group MUL-DIV -format Literal /light52_tb/uut/cpu/alu/muldiv/bit_ctr
62
add wave -noupdate -group Datapath -group {Int. results}
63
add wave -noupdate -group {Int. results} -format Literal -radix hexadecimal /light52_tb/uut/cpu/alu/alu_adder_result
64
add wave -noupdate -group {Int. results} -format Literal /light52_tb/uut/cpu/alu/alu_logic_result
65
add wave -noupdate -group Datapath -group Inputs
66
add wave -noupdate -group Inputs -color {Cornflower Blue} -format Literal -radix hexadecimal /light52_tb/uut/cpu/alu/t_reg
67
add wave -noupdate -group Inputs -color {Sky Blue} -format Literal -radix hexadecimal /light52_tb/uut/cpu/alu/v_reg
68
add wave -noupdate -group Inputs -format Literal /light52_tb/uut/cpu/alu/load_t
69
add wave -noupdate -group Inputs -format Logic /light52_tb/uut/cpu/alu/load_v
70
add wave -noupdate -group Inputs -format Literal /light52_tb/uut/cpu/alu/alu_op_sel
71
add wave -noupdate -group Inputs -color Sienna -format Literal -radix hexadecimal /light52_tb/uut/cpu/alu/adder_op_0
72
add wave -noupdate -group Inputs -color {Indian Red} -format Literal -radix hexadecimal /light52_tb/uut/cpu/alu/adder_op_1
73
add wave -noupdate -group Datapath -format Logic /light52_tb/uut/cpu/alu/div_ready
74
add wave -noupdate -group Datapath -format Logic /light52_tb/uut/cpu/alu/mul_ready
75
add wave -noupdate -group Datapath -group Flags
76
add wave -noupdate -group Flags -format Logic /light52_tb/uut/cpu/alu_p
77
add wave -noupdate -group Flags -format Logic /light52_tb/uut/cpu/acc_is_zero
78
add wave -noupdate -group Flags -format Logic /light52_tb/uut/cpu/alu_result_is_zero
79
add wave -noupdate -group Flags -format Logic /light52_tb/uut/cpu/update_psw_flags
80
add wave -noupdate -group Flags -format Logic /light52_tb/uut/cpu/psw_reg(7)
81
add wave -noupdate -group Flags -format Literal /light52_tb/uut/cpu/psw_reg
82
add wave -noupdate -group Flags -format Logic /light52_tb/uut/cpu/alu_ov
83
add wave -noupdate -group Flags -format Logic /light52_tb/uut/cpu/alu/adder_cy_in
84
add wave -noupdate -group Flags -format Logic /light52_tb/uut/cpu/alu_cy
85
add wave -noupdate -group Decoding
86
add wave -noupdate -group Decoding -format Literal -radix hexadecimal /light52_tb/uut/cpu/bram_addr_p0
87
add wave -noupdate -group Decoding -format Literal -radix hexadecimal /light52_tb/uut/cpu/ucode_index
88
add wave -noupdate -group Decoding -format Literal /light52_tb/uut/cpu/uc_class_decode_0
89
add wave -noupdate -group Decoding -format Literal /light52_tb/uut/cpu/uc_alu_class_reg
90
add wave -noupdate -group Decoding -format Literal /light52_tb/uut/cpu/uc_alu_class_decode_0
91
add wave -noupdate -group Decoding -format Literal /light52_tb/uut/cpu/ucode
92
add wave -noupdate -group Decoding -format Literal /light52_tb/uut/cpu/ucode_1st_half
93
add wave -noupdate -group Decoding -format Logic /light52_tb/uut/cpu/ucode_is_2nd_half
94
add wave -noupdate -group Decoding -format Literal /light52_tb/uut/cpu/ucode_2nd_half_reg
95
add wave -noupdate -group Decoding -format Logic /light52_tb/uut/cpu/code_rd(3)
96
add wave -noupdate -group XDATA
97
add wave -noupdate -group XDATA -color {Medium Sea Green} -format Logic /light52_tb/uut/xdata_vma
98
add wave -noupdate -group XDATA -color {Sky Blue} -format Logic /light52_tb/uut/xdata_we
99
add wave -noupdate -group XDATA -color Wheat -format Literal -radix hexadecimal /light52_tb/uut/xdata_addr
100
add wave -noupdate -group XDATA -format Literal -radix hexadecimal /light52_tb/uut/xdata_rd
101
add wave -noupdate -group XDATA -color Thistle -format Literal -radix hexadecimal /light52_tb/uut/xdata_wr
102
add wave -noupdate -group {IRAM - SFR}
103
add wave -noupdate -group {IRAM - SFR} -format Logic /light52_tb/uut/cpu/sfr_addressing
104
add wave -noupdate -group {IRAM - SFR} -format Logic /light52_tb/uut/cpu/direct_addressing
105
add wave -noupdate -group {IRAM - SFR} -format Literal /light52_tb/uut/cpu/alu/load_t
106
add wave -noupdate -group {IRAM - SFR} -format Logic /light52_tb/uut/cpu/sfr_vma_internal
107
add wave -noupdate -group {IRAM - SFR} -format Literal -radix hexadecimal /light52_tb/uut/cpu/sfr_rd_internal_reg
108
add wave -noupdate -group {IRAM - SFR} -format Literal -radix hexadecimal /light52_tb/uut/cpu/sfr_addr_internal
109
add wave -noupdate -group {IRAM - SFR} -format Literal -radix hexadecimal /light52_tb/uut/cpu/addr0_reg_input
110
add wave -noupdate -group {IRAM - SFR} -format Logic /light52_tb/uut/cpu/load_addr0
111
add wave -noupdate -group {IRAM - SFR} -format Literal -radix hexadecimal /light52_tb/uut/cpu/ri_addr
112
add wave -noupdate -group {IRAM - SFR} -format Literal -radix hexadecimal /light52_tb/uut/cpu/rn_addr
113
add wave -noupdate -group {IRAM - SFR} -format Literal -radix hexadecimal /light52_tb/uut/cpu/rx_addr
114
add wave -noupdate -group {IRAM - SFR} -color Plum -format Literal -radix hexadecimal /light52_tb/uut/cpu/iram_sfr_addr
115
add wave -noupdate -group {IRAM - SFR} -color Magenta -format Literal -radix hexadecimal /light52_tb/uut/cpu/iram_sfr_rd
116
add wave -noupdate -group {IRAM - SFR} -color {Indian Red} -format Literal -radix hexadecimal /light52_tb/uut/cpu/bram_data_p0
117
add wave -noupdate -group {IRAM - SFR} -color Tan -format Literal -radix hexadecimal /light52_tb/uut/cpu/bram_addr_p0
118
add wave -noupdate -group {IRAM - SFR} -color Khaki -format Literal -radix hexadecimal /light52_tb/uut/cpu/bram_wr_data_p0
119
add wave -noupdate -group {IRAM - SFR} -color Gold -format Logic /light52_tb/uut/cpu/bram_we
120
add wave -noupdate -group {IRAM - SFR} -color Orange -format Logic /light52_tb/uut/cpu/sfr_we
121
add wave -noupdate -group {IRAM - SFR} -color {Cornflower Blue} -format Literal -radix hexadecimal /light52_tb/uut/cpu/sp_reg
122
add wave -noupdate -group {IRAM - SFR} -format Literal -radix hexadecimal /light52_tb/uut/cpu/iram_sfr_addr
123
add wave -noupdate -group {IRAM - SFR} -format Logic /light52_tb/uut/cpu/iram_sfr_addr(7)
124
add wave -noupdate -group {IRAM - SFR} -format Logic /light52_tb/uut/cpu/direct_addressing
125
add wave -noupdate -group Jumps
126
add wave -noupdate -group Jumps -color Salmon -format Logic /light52_tb/uut/cpu/jump_condition
127
add wave -noupdate -group Jumps -format Logic /light52_tb/uut/cpu/load_addr0
128
add wave -noupdate -group Jumps -format Logic /light52_tb/uut/cpu/cjne_condition
129
add wave -noupdate -group Jumps -format Literal /light52_tb/uut/cpu/jump_cond_sel_reg
130
add wave -noupdate -group Jumps -format Literal -radix hexadecimal /light52_tb/uut/cpu/rel_jump_delta
131
add wave -noupdate -group Jumps -format Literal -radix hexadecimal /light52_tb/uut/cpu/rel_jump_target
132
add wave -noupdate -group Jumps -format Literal -radix hexadecimal /light52_tb/uut/cpu/jump_target
133
add wave -noupdate -group Jumps -color White -format Literal -radix hexadecimal /light52_tb/uut/cpu/addr1_reg
134
add wave -noupdate -group Jumps -color Gray65 -format Literal -radix hexadecimal /light52_tb/uut/cpu/addr0_reg
135
add wave -noupdate -group {Bit Ops}
136
add wave -noupdate -group {Bit Ops} -format Literal /light52_tb/uut/cpu/alu/alu_bit_fn_reg
137
add wave -noupdate -group {Bit Ops} -format Logic /light52_tb/uut/cpu/update_psw_flags
138
add wave -noupdate -group {Bit Ops} -color {Sky Blue} -format Logic /light52_tb/uut/cpu/alu/alu_bit_result
139
add wave -noupdate -group {Bit Ops} -color Wheat -format Logic /light52_tb/uut/cpu/bit_input
140
add wave -noupdate -group {Bit Ops} -color Tan -format Logic /light52_tb/uut/cpu/psw_reg(7)
141
add wave -noupdate -divider {To be removed}
142
add wave -noupdate -color White -format Literal -label CONSOLE /light52_tb/log_info.con_line_buf
143
add wave -noupdate -group {Register Bank}
144
add wave -noupdate -group {Register Bank} -format Logic /light52_tb/uut/cpu/bram_we
145
add wave -noupdate -group {Register Bank} -color Wheat -format Literal -label R0 -radix hexadecimal /light52_tb/uut/cpu/bram(256)
146
add wave -noupdate -group {Register Bank} -color Wheat -format Literal -label R1 -radix hexadecimal /light52_tb/uut/cpu/bram(257)
147
add wave -noupdate -group {Register Bank} -color {Indian Red} -format Literal -label R2 -radix hexadecimal /light52_tb/uut/cpu/bram(258)
148
add wave -noupdate -group {Register Bank} -color {Indian Red} -format Literal -label R3 -radix hexadecimal /light52_tb/uut/cpu/bram(259)
149
add wave -noupdate -group {Register Bank} -color {Indian Red} -format Literal -label R4 -radix hexadecimal /light52_tb/uut/cpu/bram(260)
150
add wave -noupdate -group {Register Bank} -color {Indian Red} -format Literal -label R5 -radix hexadecimal /light52_tb/uut/cpu/bram(261)
151
add wave -noupdate -group {Register Bank} -color {Indian Red} -format Literal -label R6 -radix hexadecimal /light52_tb/uut/cpu/bram(262)
152
add wave -noupdate -group {Register Bank} -color {Indian Red} -format Literal -label R7 -radix hexadecimal /light52_tb/uut/cpu/bram(263)
153
TreeUpdate [SetDefaultTree]
154
WaveRestoreCursors {{Cursor 1} {59430000 ps} 0}
155
configure wave -namecolwidth 183
156
configure wave -valuecolwidth 50
157
configure wave -justifyvalue left
158
configure wave -signalnamewidth 0
159
configure wave -snapdistance 10
160
configure wave -datasetprefix 0
161
configure wave -rowmargin 4
162
configure wave -childrowmargin 2
163
configure wave -gridoffset 0
164
configure wave -gridperiod 1
165
configure wave -griddelta 40
166
configure wave -timeline 0
167
update
168 21 ja_rd
WaveRestoreZoom {0 ps} {130189500 ps}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.