Initial import

git-svn-id: http://moon:8086/svn/vhdl/trunk@5 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2008-08-23 08:20:30 +00:00
parent bfbeba5129
commit d3bd08bb52
160 changed files with 56260 additions and 0 deletions
+42
View File
@@ -0,0 +1,42 @@
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}