Altera_Forum
Honored Contributor
12 years agoconnect between sub-blocks at the same and differentE component
Hi ,
i want to connect the control signal - Seed_En (attached file) that his source block is LockStateMachine to : a. The sub-blocks PN_transmitter at the same component - Rx . do i need to define the instantiation of the Seed_EN at the Rx block or at LockStateMachine block ? b. The sub-blocks PN_transmitter at different component - Tx . do i need to define the instantiation of the Seed_EN at the Tx block or at LockStateMachine block ? do i need to define output port to the component Rx and instantiate between the Seed_En and the new port ? do i need to define input port to the component Tx and instantiate between the Seed_En and the new port ? btw - every component and sub block is different file at the project and there is Top file that define the I/O 's and there is TestBench file for the project for simulation. Thanks .