-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsystem.do
83 lines (83 loc) · 4.75 KB
/
system.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
onerror {resume}
quietly WaveActivateNextPane {} 0
add wave -noupdate /system_tb/CLK
add wave -noupdate /system_tb/nRST
add wave -noupdate -expand -group cuif /system_tb/DUT/CPU/DP/cuif/Instr
add wave -noupdate -expand -group cuif /system_tb/DUT/CPU/DP/contDUT/opercode
add wave -noupdate -expand -group cuif /system_tb/DUT/CPU/DP/contDUT/func_code
add wave -noupdate -expand -group cuif /system_tb/DUT/CPU/DP/cuif/Halt
add wave -noupdate -expand -group cuif /system_tb/DUT/CPU/DP/cuif/PCSrc
add wave -noupdate -expand -group cuif /system_tb/DUT/CPU/DP/cuif/MemtoReg
add wave -noupdate -expand -group cuif /system_tb/DUT/CPU/DP/cuif/RegWrite
add wave -noupdate -expand -group cuif /system_tb/DUT/CPU/DP/cuif/JAL
add wave -noupdate -expand -group cuif /system_tb/DUT/CPU/DP/cuif/ExtOP
add wave -noupdate -expand -group cuif /system_tb/DUT/CPU/DP/cuif/dWEN
add wave -noupdate -expand -group cuif /system_tb/DUT/CPU/DP/cuif/dREN
add wave -noupdate -expand -group cuif /system_tb/DUT/CPU/DP/cuif/imemREN
add wave -noupdate -expand -group cuif /system_tb/DUT/CPU/DP/cuif/LUI
add wave -noupdate -expand -group cuif /system_tb/DUT/CPU/DP/cuif/BNE
add wave -noupdate -expand -group cuif /system_tb/DUT/CPU/DP/cuif/ALUSrc
add wave -noupdate -expand -group cuif /system_tb/DUT/CPU/DP/cuif/RegDest
add wave -noupdate -expand -group cuif /system_tb/DUT/CPU/DP/cuif/JumpSel
add wave -noupdate -expand -group cuif /system_tb/DUT/CPU/DP/cuif/ALUOP
add wave -noupdate -expand -group cuif /system_tb/DUT/CPU/DP/cuif/Rs
add wave -noupdate -expand -group cuif /system_tb/DUT/CPU/DP/cuif/Rt
add wave -noupdate -expand -group cuif /system_tb/DUT/CPU/DP/cuif/Rd
add wave -noupdate -expand -group cuif /system_tb/DUT/CPU/DP/cuif/Imm
add wave -noupdate -expand -group cuif /system_tb/DUT/CPU/DP/cuif/shamt
add wave -noupdate -group PCIF /system_tb/DUT/CPU/DP/pcif/PCNext
add wave -noupdate -group PCIF /system_tb/DUT/CPU/DP/pcif/PCOut
add wave -noupdate -group PCIF /system_tb/DUT/CPU/DP/pcif/PCEN
add wave -noupdate -group dpif /system_tb/DUT/CPU/DP/dpif/halt
add wave -noupdate -group dpif /system_tb/DUT/CPU/DP/dpif/ihit
add wave -noupdate -group dpif /system_tb/DUT/CPU/DP/dpif/imemREN
add wave -noupdate -group dpif /system_tb/DUT/CPU/DP/dpif/imemload
add wave -noupdate -group dpif /system_tb/DUT/CPU/DP/dpif/imemaddr
add wave -noupdate -group dpif /system_tb/DUT/CPU/DP/dpif/dhit
add wave -noupdate -group dpif /system_tb/DUT/CPU/DP/dpif/datomic
add wave -noupdate -group dpif /system_tb/DUT/CPU/DP/dpif/dmemREN
add wave -noupdate -group dpif /system_tb/DUT/CPU/DP/dpif/dmemWEN
add wave -noupdate -group dpif /system_tb/DUT/CPU/DP/dpif/flushed
add wave -noupdate -group dpif /system_tb/DUT/CPU/DP/dpif/dmemload
add wave -noupdate -group dpif /system_tb/DUT/CPU/DP/dpif/dmemstore
add wave -noupdate -group dpif /system_tb/DUT/CPU/DP/dpif/dmemaddr
add wave -noupdate -group ruif /system_tb/DUT/CPU/DP/ruif/PCEN
add wave -noupdate -group ruif /system_tb/DUT/CPU/DP/ruif/dhit
add wave -noupdate -group ruif /system_tb/DUT/CPU/DP/ruif/ihit
add wave -noupdate -group ruif /system_tb/DUT/CPU/DP/ruif/dREN
add wave -noupdate -group ruif /system_tb/DUT/CPU/DP/ruif/dWEN
add wave -noupdate -group ruif /system_tb/DUT/CPU/DP/ruif/dmemREN
add wave -noupdate -group ruif /system_tb/DUT/CPU/DP/ruif/dmemWEN
add wave -noupdate -group rfif /system_tb/DUT/CPU/DP/rfif/WEN
add wave -noupdate -group rfif /system_tb/DUT/CPU/DP/rfif/wsel
add wave -noupdate -group rfif /system_tb/DUT/CPU/DP/rfif/rsel1
add wave -noupdate -group rfif /system_tb/DUT/CPU/DP/rfif/rsel2
add wave -noupdate -group rfif /system_tb/DUT/CPU/DP/rfif/wdat
add wave -noupdate -group rfif /system_tb/DUT/CPU/DP/rfif/rdat1
add wave -noupdate -group rfif /system_tb/DUT/CPU/DP/rfif/rdat2
add wave -noupdate -expand -group aluif /system_tb/DUT/CPU/DP/aluif/PortA
add wave -noupdate -expand -group aluif /system_tb/DUT/CPU/DP/aluif/PortB
add wave -noupdate -expand -group aluif /system_tb/DUT/CPU/DP/aluif/Output
add wave -noupdate -expand -group aluif /system_tb/DUT/CPU/DP/aluif/zero
add wave -noupdate -expand -group aluif /system_tb/DUT/CPU/DP/aluif/overflow
add wave -noupdate -expand -group aluif /system_tb/DUT/CPU/DP/aluif/neg
add wave -noupdate -expand -group aluif /system_tb/DUT/CPU/DP/aluif/ALUOP
add wave -noupdate -expand /system_tb/DUT/CPU/DP/regDUT/register
TreeUpdate [SetDefaultTree]
WaveRestoreCursors {{Cursor 1} {131932 ps} 0}
quietly wave cursor active 1
configure wave -namecolwidth 150
configure wave -valuecolwidth 100
configure wave -justifyvalue left
configure wave -signalnamewidth 1
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 ns
update
WaveRestoreZoom {21415 ps} {235606 ps}