Forum Discussion
Altera_Forum
Honored Contributor
15 years agoOK, I solved the problem. I generated the faulty component with version 9.1sp2 and tried to generate the project again in SOPC Builder - it DIDN'T work. Obviously , the SOPC Builder has a bug which doesn't allow to use two reset inputs in clock_sink component, where one is aclr (DSP Builder clock default) and second is a simple reset input.
Therefore I modified the appropriate vhdl interface in order to use only one reset input. This allows to generate SOPC Builder project. It doesn't solve the bug but allows me to move forward. Regards