Forum Discussion
Altera_Forum
Honored Contributor
12 years agodid you mean at the instantiate of :
... lock_unit : entity work.lockstatemachine port map(... seed_EN_out => seed_EN, ... pn_unit : entity work.pngeneratorrx port map(... seed_EN_out => seed_EN, end architecture... do i need to define seed_En as input port at the entities: lockstatemachine,pngeneratorrx ? --------------------------------------------------------------------------------------------- At the second entity - Tx , do i need to define seed_En_in as input port and instantiate between the Seed_En and the new port ? Thanks .