- fir_stage_sys only uses pipe_latency as parameter

git-svn-id: http://moon:8086/svn/vhdl/trunk@235 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2009-01-13 09:29:45 +00:00
parent 6a1d8f729f
commit ef9b538769
5 changed files with 21 additions and 72 deletions
+4 -4
View File
@@ -139,7 +139,7 @@ ARCHITECTURE behavior OF ddc IS
(
ntaps_per_stage : integer;
nstages : integer;
mul_latency : integer;
pipe_latency : integer;
nbits_in : integer;
nbits_in_frac : integer;
nbits_stages : integer;
@@ -172,7 +172,7 @@ ARCHITECTURE behavior OF ddc IS
constant cic_nbits_out : integer := nbits_out;
constant cic_nbits_out_frac : integer := nbits_out_frac;
constant cfir_mul_latency : integer := 5;
constant cfir_pipe_latency : integer := 5;
constant cfir_ntaps : integer := 63;
constant cfir_nstages : integer := 2;
constant cfir_nbits_in : integer := cic_nbits_out;
@@ -324,7 +324,7 @@ BEGIN
(
ntaps_per_stage => cfir_ntaps_per_stage,
nstages => cfir_nstages,
mul_latency => cfir_mul_latency,
pipe_latency => cfir_pipe_latency,
nbits_in => cfir_nbits_in,
nbits_in_frac => cfir_nbits_in_frac,
nbits_stages => cfir_nbits_stages,
@@ -352,7 +352,7 @@ BEGIN
(
ntaps_per_stage => cfir_ntaps_per_stage,
nstages => cfir_nstages,
mul_latency => cfir_mul_latency,
pipe_latency => cfir_pipe_latency,
nbits_in => cfir_nbits_in,
nbits_in_frac => cfir_nbits_in_frac,
nbits_stages => cfir_nbits_stages,