Forum Discussion
Altera_Forum
Honored Contributor
18 years agoYes, but what if n = 1. How do I code it? In meantime i found i can use following syntax:
sync : entity work.sync2
generic map ( n => 2 )
port map (
d(0) => sig1,
q(0) => sig2,
reset => reset,
clk => clk
);