Forum Discussion
Altera_Forum
Honored Contributor
15 years agoSimple new Component in Sopc
Hello, I'm a beginner with SOPC. The problem is: how can I create a SOPC component that interfaces to an external component, such as a full adder (x, y 8bit , sout 8bit, rout 1bit). This compo...
Altera_Forum
Honored Contributor
15 years agoYou can see other posts on this forum, there are also examples in VHDL, such as "avs_export".
The ways to create an interface may be different and you do it in SOPC with hdl file or not, in that case you can see SOPC user guides, par 6-4 in case you want to create a component using HDL.