Forum Discussion
Altera_Forum
Honored Contributor
14 years agoYou have basically two ways:[list][*]Include your external IP inside your SOPC component by instantiating it, and provide an Avalon wrapper around it to make it compatible with SOPC builder[*]Put your IP outside the SOPC system and create a SOPC component with an Avalon slave interface on one side and a conduit (also called export) interface on the other. The conduit interface pins will appear as ports on the full SOPC system and they can be connected to your external component[/list]
If possible, I think the first way is simpler.