Forum Discussion
Altera_Forum
Honored Contributor
9 years agoSigned/unsigned are perfectly fine for you to use in your HDL design, even at the top level.
But QSYS is pretty rubbish, and only allows std_logic/std_logic_vector ports: Answer: dont use QSYS or just do an internal conversion, as alex suggests above.