-
Notifications
You must be signed in to change notification settings - Fork 0
/
board_wave.do
31 lines (31 loc) · 1.1 KB
/
board_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
onerror {resume}
quietly WaveActivateNextPane {} 0
add wave -noupdate /board_testbench/clk
add wave -noupdate /board_testbench/dut/y_counter
add wave -noupdate /board_testbench/current_board
add wave -noupdate /board_testbench/random_shape
add wave -noupdate /board_testbench/dut/counter
add wave -noupdate /board_testbench/reset
add wave -noupdate -expand /board_testbench/dut/ShapeCanvas
add wave -noupdate -expand /board_testbench/dut/BoardCanvas
add wave -noupdate /board_testbench/GrnPixels
add wave -noupdate /board_testbench/L_pressed
add wave -noupdate /board_testbench/clk
TreeUpdate [SetDefaultTree]
WaveRestoreCursors {{Cursor 1} {934 ps} 0}
quietly wave cursor active 1
configure wave -namecolwidth 230
configure wave -valuecolwidth 129
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} {6248 ps}