-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwave_flatten.do
More file actions
34 lines (34 loc) · 1.34 KB
/
wave_flatten.do
File metadata and controls
34 lines (34 loc) · 1.34 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
29
30
31
32
33
34
onerror {resume}
quietly WaveActivateNextPane {} 0
add wave -noupdate /flatten_tb/G_DATA_WIDTH
add wave -noupdate /flatten_tb/G_BIT_WIDTH
add wave -noupdate /flatten_tb/G_INPUT_NUMBER
add wave -noupdate /flatten_tb/G_DATA_FILE
add wave -noupdate /flatten_tb/clk_tb
add wave -noupdate /flatten_tb/w_en_i_tb
add wave -noupdate /flatten_tb/w_addr_i_tb
add wave -noupdate -radix decimal /flatten_tb/data_i_tb
add wave -noupdate -color {Indian Red} /flatten_tb/w_en_o_tb
add wave -noupdate -color {Indian Red} /flatten_tb/w_addr_o_tb
add wave -noupdate -color {Indian Red} -radix decimal /flatten_tb/data_o_tb
add wave -noupdate -color {Steel Blue} /flatten_tb/w_en_o_exp
add wave -noupdate -color {Steel Blue} /flatten_tb/w_addr_o_exp
add wave -noupdate -color {Steel Blue} -radix decimal /flatten_tb/data_o_exp
TreeUpdate [SetDefaultTree]
WaveRestoreCursors {{Cursor 1} {521010 ps} 0}
quietly wave cursor active 1
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 4000
configure wave -griddelta 40
configure wave -timeline 0
configure wave -timelineunits ns
update
WaveRestoreZoom {250074 ps} {828943 ps}