- added CFIR
git-svn-id: http://moon:8086/svn/vhdl/trunk@183 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -3,6 +3,11 @@ vmap ieee_proposed ../../../../Common/sim/ieee_proposed
|
||||
vlib work
|
||||
vcom -explicit -93 "../../../fixed/fixed_util_pkg.vhd"
|
||||
vcom -explicit -93 "../../../misc/utils_pkg.vhd"
|
||||
vcom -explicit -93 "../../../filter/src/filter_pkg.vhd"
|
||||
vcom -explicit -93 "../../../filter/src/fir_stage_pkg.vhd"
|
||||
vcom -explicit -93 "../../../filter/src/fir_iterative_pkg.vhd"
|
||||
vcom -explicit -93 "../../../filter/src/fir_stage_sys.vhd"
|
||||
vcom -explicit -93 "../../../filter/src/fir_iterative.vhd"
|
||||
vcom -explicit -93 "../../../PCK_FIO-2002.7/PCK_FIO_1993.vhd"
|
||||
vcom -explicit -93 "../../../PCK_FIO-2002.7/PCK_FIO_1993_BODY.vhd"
|
||||
vcom -explicit -93 "../../cordic/src/cordic_pkg.vhd"
|
||||
@@ -21,4 +26,4 @@ do {tb_ddc.wdo}
|
||||
view wave
|
||||
view structure
|
||||
view signals
|
||||
run 400us
|
||||
run 200us
|
||||
|
||||
@@ -2,13 +2,10 @@ onerror {resume}
|
||||
quietly WaveActivateNextPane {} 0
|
||||
add wave -noupdate -format Logic /tb_ddc/clk
|
||||
add wave -noupdate -format Logic /tb_ddc/rst
|
||||
add wave -noupdate -format Literal /tb_ddc/ddc_shift_in
|
||||
add wave -noupdate -format Logic /tb_ddc/ddc_nco_rst
|
||||
add wave -noupdate -format Logic /tb_ddc/ddc_nco_en
|
||||
add wave -noupdate -format Literal -radix decimal /tb_ddc/ddc_freq_in
|
||||
add wave -noupdate -format Literal -radix decimal /tb_ddc/ddc_phase_in
|
||||
add wave -noupdate -format Literal /tb_ddc/ddc_ratio
|
||||
add wave -noupdate -format Literal /tb_ddc/ddc_diff_delay
|
||||
add wave -noupdate -format Literal -radix decimal /tb_ddc/ddc_din_i
|
||||
add wave -noupdate -format Literal -radix decimal /tb_ddc/ddc_din_q
|
||||
add wave -noupdate -format Literal -radix decimal /tb_ddc/ddc_dout_i
|
||||
@@ -43,13 +40,10 @@ add wave -noupdate -format Analog-Step -height 50 -scale 10.0 /tb_ddc/rfgen_i_ou
|
||||
add wave -noupdate -format Analog-Step -height 50 -scale 10.0 /tb_ddc/rfgen_q_out_f
|
||||
add wave -noupdate -format Logic /tb_ddc/clk
|
||||
add wave -noupdate -format Logic /tb_ddc/rst
|
||||
add wave -noupdate -format Literal /tb_ddc/ddc_shift_in
|
||||
add wave -noupdate -format Logic /tb_ddc/ddc_nco_rst
|
||||
add wave -noupdate -format Logic /tb_ddc/ddc_nco_en
|
||||
add wave -noupdate -format Literal -radix decimal /tb_ddc/ddc_freq_in
|
||||
add wave -noupdate -format Literal -radix decimal /tb_ddc/ddc_phase_in
|
||||
add wave -noupdate -format Literal /tb_ddc/ddc_ratio
|
||||
add wave -noupdate -format Literal /tb_ddc/ddc_diff_delay
|
||||
add wave -noupdate -format Literal -radix decimal /tb_ddc/ddc_din_i
|
||||
add wave -noupdate -format Literal -radix decimal /tb_ddc/ddc_din_q
|
||||
add wave -noupdate -format Literal -radix decimal /tb_ddc/ddc_dout_i
|
||||
@@ -82,6 +76,17 @@ add wave -noupdate -format Analog-Step -height 50 -scale 10.0 /tb_ddc/ddc_i_out_
|
||||
add wave -noupdate -format Analog-Step -height 50 -scale 10.0 /tb_ddc/ddc_q_out_f
|
||||
add wave -noupdate -format Analog-Step -height 50 -scale 10.0 /tb_ddc/rfgen_i_out_f
|
||||
add wave -noupdate -format Analog-Step -height 50 -scale 10.0 /tb_ddc/rfgen_q_out_f
|
||||
add wave -noupdate -divider CFIR
|
||||
add wave -noupdate -format Literal /tb_ddc/uut/cfir_dout_i
|
||||
add wave -noupdate -format Literal /tb_ddc/uut/cfir_dout_q
|
||||
add wave -noupdate -format Logic /tb_ddc/uut/cfir_vld_i
|
||||
add wave -noupdate -format Logic /tb_ddc/uut/cfir_vld_q
|
||||
add wave -noupdate -format Logic /tb_ddc/uut/cfir_ready_i
|
||||
add wave -noupdate -format Logic /tb_ddc/uut/cfir_ready_q
|
||||
add wave -noupdate -format Literal /tb_ddc/uut/dec_dout_i
|
||||
add wave -noupdate -format Literal /tb_ddc/uut/dec_dout_q
|
||||
add wave -noupdate -format Logic /tb_ddc/uut/dec_dout_vld_i
|
||||
add wave -noupdate -format Logic /tb_ddc/uut/dec_dout_vld_q
|
||||
TreeUpdate [SetDefaultTree]
|
||||
WaveRestoreCursors {{Cursor 1} {199990000 ps} 0}
|
||||
configure wave -namecolwidth 150
|
||||
@@ -97,4 +102,4 @@ configure wave -gridperiod 100
|
||||
configure wave -griddelta 40
|
||||
configure wave -timeline 1
|
||||
update
|
||||
WaveRestoreZoom {366606200 ps} {822810200 ps}
|
||||
WaveRestoreZoom {1566606200 ps} {2022810200 ps}
|
||||
|
||||
Reference in New Issue
Block a user