Forum Discussion
Altera_Forum
Honored Contributor
16 years agoIn SOPC you can use the "Component Editor" to add your own compenents.
Under the Tab "Signals" of the "Component Editor" you click "Add Signal" to add your own signals and define them as "export". in case you can not select "export" it is maybe because you did not click the "add signal" button. Under the Tab "Interfaces" of the "Component Editor" you have to specify the signals to be exported by their "Type:" as "Conduit". This will generate a module in SOPC that will create a top-level module of your SOPC architecture with the respective signal in the input/output list. Hope this helps!