-
Notifications
You must be signed in to change notification settings - Fork 1
/
accumulator_memory_wave.do
32 lines (32 loc) · 1.7 KB
/
accumulator_memory_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
onerror {resume}
quietly WaveActivateNextPane {} 0
add wave -noupdate -format Logic -radix binary sim:/accumulator_memory_tb/clk_tb
add wave -noupdate -format Logic -radix binary sim:/accumulator_memory_tb/reset_tb
add wave -noupdate -format Logic -radix decimal sim:/accumulator_memory_tb/clk_count
add wave -noupdate -format Logic -radix binary sim:/accumulator_memory_tb/op_tb
add wave -noupdate -format Logic -radix hexadecimal sim:/accumulator_memory_tb/read_tb
add wave -noupdate -format Logic -radix hexadecimal sim:/accumulator_memory_tb/write_tb
add wave -noupdate -format Logic -radix binary sim:/accumulator_memory_tb/load_tb
add wave -noupdate -format Logic -radix binary sim:/accumulator_memory_tb/full_tb
add wave -noupdate -format Logic -radix hexadecimal sim:/accumulator_memory_tb/preview_tb
add wave -noupdate -format Logic -radix unsigned sim:/accumulator_memory_tb/index_tb
add wave -noupdate -format Logic -radix binary sim:/accumulator_memory_tb/signal_tb
add wave -noupdate -format Logic -radix ascii sim:/accumulator_memory_tb/state_string
add wave -noupdate -format Logic -radix decimal sim:/accumulator_memory_tb/load_count
add wave -noupdate -format Logic -radix decimal sim:/accumulator_memory_tb/read_count
TreeUpdate [SetDefaultTree]
WaveRestoreCursors {{Cursor 1} {88 ns} 0} {{Cursor 2} {466 ns} 0}
configure wave -namecolwidth 150
configure wave -valuecolwidth 57
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