37 lines
1.5 KiB
Plaintext
37 lines
1.5 KiB
Plaintext
onerror {resume}
|
|
quietly WaveActivateNextPane {} 0
|
|
add wave -noupdate -format Logic /tb_mix_real/clk
|
|
add wave -noupdate -format Logic /tb_mix_real/srst
|
|
add wave -noupdate -divider {Fixed In}
|
|
add wave -noupdate -format Logic /tb_mix_real/in_valid
|
|
add wave -noupdate -format Literal -radix decimal /tb_mix_real/x_re_din
|
|
add wave -noupdate -format Literal -radix decimal /tb_mix_real/y_re_din
|
|
add wave -noupdate -format Literal -radix decimal /tb_mix_real/y_im_din
|
|
add wave -noupdate -divider {Fixed OUT}
|
|
add wave -noupdate -format Logic /tb_mix_real/out_valid
|
|
add wave -noupdate -format Literal -radix decimal /tb_mix_real/z_re_dout
|
|
add wave -noupdate -format Literal -radix decimal /tb_mix_real/z_im_dout
|
|
add wave -noupdate -divider {Convenient real out}
|
|
add wave -noupdate -format Literal /tb_mix_real/x_re
|
|
add wave -noupdate -format Literal /tb_mix_real/y_re
|
|
add wave -noupdate -format Literal /tb_mix_real/y_im
|
|
add wave -noupdate -format Literal /tb_mix_real/z_re
|
|
add wave -noupdate -format Literal /tb_mix_real/z_im
|
|
add wave -noupdate -format Logic /tb_mix_real/fileout_enable
|
|
TreeUpdate [SetDefaultTree]
|
|
WaveRestoreCursors {{Cursor 1} {120000 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}
|