- added unfiltered output at ddc for eval
git-svn-id: http://moon:8086/svn/vhdl/trunk@214 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -70,9 +70,9 @@ ARCHITECTURE behavior OF tb_ddc IS
|
||||
din_i : in sfixed;
|
||||
din_q : in sfixed;
|
||||
din_vld : in std_logic;
|
||||
-- dec_i : out sfixed;
|
||||
-- dec_q : out sfixed;
|
||||
-- dec_vld : out std_logic;
|
||||
dec_i : out sfixed;
|
||||
dec_q : out sfixed;
|
||||
dec_vld : out std_logic;
|
||||
dout_i : out sfixed;
|
||||
dout_q : out sfixed;
|
||||
dout_vld : out std_logic
|
||||
@@ -109,10 +109,10 @@ ARCHITECTURE behavior OF tb_ddc IS
|
||||
|
||||
--Constants
|
||||
constant fa : REAL := 100.0E6;
|
||||
constant frf1 : REAL := 29.9E6;
|
||||
constant frf2 : REAL := 30.0E6;
|
||||
constant frf3 : REAL := 30.1E6;
|
||||
constant flo : REAL := 30.0E6;
|
||||
constant frf1 : REAL := 1.99E6;
|
||||
constant frf2 : REAL := 1.00E6;
|
||||
constant frf3 : REAL := 1.01E6;
|
||||
constant flo : REAL := 1.00E6;
|
||||
constant PERIOD : time := 10 ns;
|
||||
|
||||
SIGNAL rfgen1_freq_word : integer := integer(frf1/fa*2.0**rfgen_nbits_freq);
|
||||
@@ -200,9 +200,9 @@ BEGIN
|
||||
din_i => ddc_din_i,
|
||||
din_q => ddc_din_q,
|
||||
din_vld => ddc_din_vld,
|
||||
-- dec_i => ddc_dec_i,
|
||||
-- dec_q => ddc_dec_q,
|
||||
-- dec_vld => ddc_dec_vld,
|
||||
dec_i => ddc_dec_i,
|
||||
dec_q => ddc_dec_q,
|
||||
dec_vld => ddc_dec_vld,
|
||||
dout_i => ddc_dout_i,
|
||||
dout_q => ddc_dout_q,
|
||||
dout_vld => ddc_dout_vld
|
||||
|
||||
Reference in New Issue
Block a user