Forum Discussion
Altera_Forum
Honored Contributor
9 years agoQsys Custom component Error
Hi I'trying to add a custom logic component to my Qsys System using Qsys Pro in Arria 10 environment. I add the vhdl file (both for synth and simulation) to files panel both it done an erro...
SSaus
New Contributor
6 years agoHello,
i just stumbled upon the same Problem and found a solution to it. All my ports were discribed in std_ulogic. In this format Platform Manager(qsys) did not recognize the signals.
After chaning them to std_logic they were found. I hope this is helpful even 3 years later. :)