Forum Discussion
Altera_Forum
Honored Contributor
11 years agoHow to edit the HDL file of a custom component?
I think I am not editing my custom component in the correct way. I have been doing the following to debug my component. 1) Edit VHDL file in /syntesis/submodules and save it. 2) Generate ....
Altera_Forum
Honored Contributor
11 years agoThe Qsys environment will generated code into the synthesis/submodule folder. When it does this it will overwrite all the files in that folder. So if u make a change in a file in the submodule folder and the regenerate Qsys for some other reason your changes will be lost. You should edit the original files for the component of interest that Qsys is reading to generate your design. Then the changes will be carried over into your submodule folder