43 lines
1.9 KiB
Plaintext
43 lines
1.9 KiB
Plaintext
onerror {resume}
|
|
quietly WaveActivateNextPane {} 0
|
|
add wave -noupdate -format Logic /tb_mix_cpx/clk
|
|
add wave -noupdate -format Logic /tb_mix_cpx/srst
|
|
add wave -noupdate -divider {Fixed In}
|
|
add wave -noupdate -format Logic /tb_mix_cpx/in_valid
|
|
add wave -noupdate -format Literal -radix decimal /tb_mix_cpx/x_re_in
|
|
add wave -noupdate -format Literal -radix decimal /tb_mix_cpx/x_im_in
|
|
add wave -noupdate -format Literal -radix decimal /tb_mix_cpx/y_re_in
|
|
add wave -noupdate -format Literal -radix decimal /tb_mix_cpx/y_im_in
|
|
add wave -noupdate -divider {Fixed OUT}
|
|
add wave -noupdate -format Logic /tb_mix_cpx/out_valid
|
|
add wave -noupdate -format Literal -radix decimal /tb_mix_cpx/z_re_out
|
|
add wave -noupdate -format Literal -radix decimal /tb_mix_cpx/z_im_out
|
|
add wave -noupdate -divider {Convenient real out}
|
|
add wave -noupdate -format Literal /tb_mix_cpx/x_re
|
|
add wave -noupdate -format Literal /tb_mix_cpx/x_im
|
|
add wave -noupdate -format Literal /tb_mix_cpx/y_re
|
|
add wave -noupdate -format Literal /tb_mix_cpx/y_im
|
|
add wave -noupdate -format Literal /tb_mix_cpx/z_re
|
|
add wave -noupdate -format Literal /tb_mix_cpx/z_im
|
|
add wave -noupdate -format Logic /tb_mix_cpx/fileout_enable
|
|
add wave -noupdate -format Literal /tb_mix_cpx/uut/p_re_left
|
|
add wave -noupdate -format Literal /tb_mix_cpx/uut/p_re_right
|
|
add wave -noupdate -format Literal /tb_mix_cpx/uut/p_im_left
|
|
add wave -noupdate -format Literal /tb_mix_cpx/uut/p_im_right
|
|
TreeUpdate [SetDefaultTree]
|
|
WaveRestoreCursors {{Cursor 1} {90000 ps} 0}
|
|
configure wave -namecolwidth 193
|
|
configure wave -valuecolwidth 100
|
|
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
|
|
update
|
|
WaveRestoreZoom {0 ps} {348406 ps}
|