-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwave.do
40 lines (40 loc) · 1.69 KB
/
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
onerror {resume}
quietly WaveActivateNextPane {} 0
add wave -noupdate /dcache_tb/CLK
add wave -noupdate /dcache_tb/nRST
add wave -noupdate -expand -group DCIF /dcache_tb/dcif/dhit
add wave -noupdate -expand -group DCIF /dcache_tb/dcif/datomic
add wave -noupdate -expand -group DCIF /dcache_tb/dcif/dmemREN
add wave -noupdate -expand -group DCIF /dcache_tb/dcif/dmemWEN
add wave -noupdate -expand -group DCIF /dcache_tb/dcif/flushed
add wave -noupdate -expand -group DCIF /dcache_tb/dcif/dmemload
add wave -noupdate -expand -group DCIF /dcache_tb/dcif/dmemstore
add wave -noupdate -expand -group DCIF /dcache_tb/dcif/dmemaddr
add wave -noupdate -expand -group CCIF /dcache_tb/ccif/dwait
add wave -noupdate -expand -group CCIF /dcache_tb/ccif/iREN
add wave -noupdate -expand -group CCIF /dcache_tb/ccif/dREN
add wave -noupdate -expand -group CCIF /dcache_tb/ccif/dWEN
add wave -noupdate -expand -group CCIF /dcache_tb/ccif/dload
add wave -noupdate -expand -group CCIF /dcache_tb/ccif/dstore
add wave -noupdate -expand -group CCIF /dcache_tb/ccif/iaddr
add wave -noupdate -expand -group CCIF /dcache_tb/ccif/daddr
add wave -noupdate /dcache_tb/DUT/WAY1
add wave -noupdate /dcache_tb/DUT/WAY2
TreeUpdate [SetDefaultTree]
WaveRestoreCursors {{Cursor 1} {22 ns} 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 {20 ns} {84 ns}