- use RAM-based delayline
git-svn-id: http://moon:8086/svn/vhdl/trunk@206 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -258,7 +258,7 @@ gen_stages:
|
|||||||
gen_delays:
|
gen_delays:
|
||||||
for i in 0 to nstages-1 generate
|
for i in 0 to nstages-1 generate
|
||||||
begin
|
begin
|
||||||
inst_delay_line : entity work.delay_line
|
inst_delay_line : entity work.delay_line(ram_based)
|
||||||
GENERIC MAP
|
GENERIC MAP
|
||||||
(
|
(
|
||||||
nbits => nbits_stages,
|
nbits => nbits_stages,
|
||||||
@@ -268,6 +268,7 @@ gen_delays:
|
|||||||
)
|
)
|
||||||
PORT MAP
|
PORT MAP
|
||||||
(
|
(
|
||||||
|
rst => rst,
|
||||||
clk => clk,
|
clk => clk,
|
||||||
ce => en,
|
ce => en,
|
||||||
shift_en => ce_array(i),
|
shift_en => ce_array(i),
|
||||||
|
|||||||
Reference in New Issue
Block a user