-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwave_writing_interface.do
More file actions
28 lines (28 loc) · 1.18 KB
/
wave_writing_interface.do
File metadata and controls
28 lines (28 loc) · 1.18 KB
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
onerror {resume}
quietly WaveActivateNextPane {} 0
add wave -noupdate /writing_interface_tb/writing_interface/w_en_i
add wave -noupdate /writing_interface_tb/writing_interface/w_data_i
add wave -noupdate /writing_interface_tb/writing_interface/virt_sample_count_i
add wave -noupdate /writing_interface_tb/writing_interface/count_delay
add wave -noupdate -color {Indian Red} /writing_interface_tb/writing_interface/w_en_o
add wave -noupdate -color {Indian Red} /writing_interface_tb/writing_interface/w_data_o
add wave -noupdate -color {Steel Blue} /writing_interface_tb/w_en_o_exp
add wave -noupdate -color {Steel Blue} /writing_interface_tb/w_data_o_exp
TreeUpdate [SetDefaultTree]
WaveRestoreCursors {{Cursor 1} {0 ps} 0}
quietly wave cursor active 0
configure wave -namecolwidth 257
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 4000
configure wave -griddelta 40
configure wave -timeline 0
configure wave -timelineunits ns
update
WaveRestoreZoom {0 ps} {46389 ps}