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
+36
View File
@@ -0,0 +1,36 @@
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}