1
0
mirror of git://projects.qi-hardware.com/nn-usb-fpga.git synced 2025-01-09 23:30:16 +02:00
nn-usb-fpga/Examples/blink/logic/simulation/wave.do
2010-04-29 12:45:56 -05:00

26 lines
911 B
Plaintext

onerror {resume}
quietly WaveActivateNextPane {} 0
add wave -noupdate -format Logic /blink_TB_v/clk
add wave -noupdate -format Logic /blink_TB_v/reset
add wave -noupdate -format Logic /blink_TB_v/led
add wave -noupdate -format Event /blink_TB_v/reset_trigger
add wave -noupdate -format Logic /glbl/GSR
add wave -noupdate -format Literal -radix hexadecimal /blink_TB_v/uut/counter
add wave -noupdate -format Logic /glbl/GSR
TreeUpdate [SetDefaultTree]
WaveRestoreCursors {{Cursor 1} {17827 ps} 0}
configure wave -namecolwidth 218
configure wave -valuecolwidth 40
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
update
WaveRestoreZoom {0 ps} {240328 ps}