Forum Discussion
Altera_Forum
Honored Contributor
15 years agoHi taquion,
Change your line 46 to 52 to this and it should work, if there are no other problems:Mapeig_Comptador: Comptador port map (
CLK_comp => CLOCK_50,
nReset => KEY(0),
q_out => cuentas -- ms
); When you instantiate a component the component signal name is on the left side and the assigned signal on the right side. Best Regards, Mathias