Forum Discussion
Altera_Forum
Honored Contributor
14 years agoIn addition to the ports, you should add two generics on your entity, and use those to define the sizes of your input and output vectors.
As for your second question, you need to assign individually each signal. Or if your signals are in an array, you can assign each one of them with the same value using the (others => xxx) syntax.