-
Notifications
You must be signed in to change notification settings - Fork 0
/
SMwave.do
40 lines (37 loc) · 1.36 KB
/
SMwave.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
onerror {resume}
quietly WaveActivateNextPane {} 0
add wave -noupdate /SM_tb/Clk
add wave -noupdate /SM_tb/Reset
add wave -noupdate -hexadecimal /SM_tb/IRdata
add wave -noupdate -hexadecimal /SM_tb/DUT.CurrentState
add wave -noupdate -hexadecimal /SM_tb/OutState
add wave -noupdate -hexadecimal /SM_tb/OutNextState
add wave -noupdate -unsigned /SM_tb/PC_up
add wave -noupdate -unsigned /SM_tb/PC_clr
add wave -noupdate -unsigned /SM_tb/Id
add wave -noupdate -hexadecimal /SM_tb/D_addr
add wave -noupdate -unsigned /SM_tb/D_wr
add wave -noupdate -unsigned /SM_tb/RF_s
add wave -noupdate -unsigned /SM_tb/RF_W_en
add wave -noupdate -hexadecimal /SM_tb/RF_W_addr
add wave -noupdate -hexadecimal /SM_tb/RF_Ra_addr
add wave -noupdate -hexadecimal /SM_tb/RF_Rb_addr
add wave -noupdate -unsigned /SM_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}