Forum Discussion
Altera_Forum
Honored Contributor
16 years agoQuestion on custom peripheral extern to SOPC Builder system
Hello, I have a system based on the Nios II processor, and I would like to add an external custom peripheral which disposes of an Avalon Clock, an Avalon-MM Slave Interface and and an Avalon I...
Altera_Forum
Honored Contributor
16 years agoWhat do you mean by "external" component?
If your peripheral has an Avalon interface, then you simply create a SOPC component and you can hook it up to your NIOS etc. in SOPC. The component may have "conduit" signals which interface to the outside world. If you follow the naming convention for your component port names then the process of building a component is very simple. If you really need/want the component to be instantiated outside SOPC, then you're in effect hooking it up via/to an Avalon bridge.