-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathController_wave.do
45 lines (40 loc) · 1.59 KB
/
Controller_wave.do
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
onerror {resume}
quietly WaveActivateNextPane {} 0
add wave -noupdate /Controller_tb/Clk
add wave -noupdate /Controller_tb/Rst
add wave -noupdate -hexadecimal /Controller_tb/PC_out
add wave -noupdate -hexadecimal /Controller_tb/IR_out
add wave -noupdate -unsigned /Controller_tb/DUT.PCaddress
add wave -noupdate -unsigned /Controller_tb/NextState
add wave -noupdate -unsigned /Controller_tb/OutState
add wave -noupdate -hexadecimal /Controller_tb/DUT.Inst
add wave -noupdate -hexadecimal /Controller_tb/DUT.IRdata
add wave -noupdate /Controller_tb/DUT.Id
add wave -noupdate /Controller_tb/DUT.PC_up
add wave -noupdate /Controller_tb/DUT.PC_clr
add wave -noupdate -hexadecimal /Controller_tb/D_addr
add wave -noupdate /Controller_tb/D_wr
add wave -noupdate /Controller_tb/RF_s
add wave -noupdate /Controller_tb/RF_W_en
add wave -noupdate -hexadecimal /Controller_tb/RF_W_addr
add wave -noupdate -hexadecimal /Controller_tb/RF_Ra_addr
add wave -noupdate -hexadecimal /Controller_tb/RF_Rb_addr
add wave -noupdate /Controller_tb/Alu_s0
TreeUpdate [SetDefaultTree]
WaveRestoreCursors {{Cursor 1} {0 ps} 0}
quietly wave cursor active 0
configure wave -namecolwidth 150
configure wave -valuecolwidth 100
configure wave -justifyvalue left
configure wave -signalnamewidth 0
configure wave -snapdistance 10
configure wave -datasetprefix 0
configure wave -rowmargin 4
configure wave -childrowmargin 2
configure wave -gridoffset 0
configure wave -gridperiod 1
configure wave -griddelta 40
configure wave -timeline 0
configure wave -timelineunits ps
update
WaveRestoreZoom {0 ps} {1 ns}