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 .sof file with Quartus and upload it to the board. 3) Run my C code. Sometimes I see that my VHDL file in /syntesis/submodule becomes empty. Sometimes I see that a the changes I do in VHDL file doesn't make any change in component behavior. The creation of the component is not a problem: I added .qip to my project. Please let me know how do I edit the VHDL file of my custom component!