Forum Discussion
Altera_Forum
Honored Contributor
20 years agoCustom Components
I have created a custom component and incorporated VHDL code to define the components functionality. If I change the architecture of the VHDL code ONLY (i.e. the interface signals remain unchanged) c...
Altera_Forum
Honored Contributor
20 years agoIf you just copy the new vhdl sources to the project directory, they will be used when compiling the project(without re-generating in SOPC builder).
This does not affect the component, however. The files in the component's HDL directory are used, when you re-generate in SOPC builder. As Avishay said, if you change the interface of the component, it must be edited with component editor.