28 lines
965 B
Plaintext
28 lines
965 B
Plaintext
onerror {resume}
|
|
quietly WaveActivateNextPane {} 0
|
|
add wave -noupdate /tb_top_entity_float_add/clk
|
|
add wave -noupdate /tb_top_entity_float_add/reset
|
|
add wave -noupdate /tb_top_entity_float_add/run_calc
|
|
add wave -noupdate /tb_top_entity_float_add/operand_a
|
|
add wave -noupdate /tb_top_entity_float_add/operand_b
|
|
add wave -noupdate /tb_top_entity_float_add/result
|
|
add wave -noupdate /tb_top_entity_float_add/calc_complete
|
|
TreeUpdate [SetDefaultTree]
|
|
WaveRestoreCursors {{Cursor 1} {0 ns} 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 1
|
|
configure wave -griddelta 40
|
|
configure wave -timeline 0
|
|
configure wave -timelineunits ns
|
|
update
|
|
WaveRestoreZoom {242 ns} {377 ns}
|