25 lines
836 B
Plaintext
25 lines
836 B
Plaintext
|
onerror {resume}
|
||
|
quietly WaveActivateNextPane {} 0
|
||
|
add wave -noupdate /test_task_sine/*
|
||
|
add wave -noupdate /test_task_sine/dut/*
|
||
|
add wave -noupdate /test_task_sine/dut/u_sine/*
|
||
|
add wave -noupdate /test_task_sine/dut/u_sine/u_float_sine/*
|
||
|
add wave -noupdate /test_task_sine/dut/u_sine/u_float_sine/u_fixed_sine/*
|
||
|
add wave -noupdate /test_task_sine/u_data_channel/**
|
||
|
TreeUpdate [SetDefaultTree]
|
||
|
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
|