Forum Discussion
Altera_Forum
Honored Contributor
14 years agoPort maps can have unsigned/signed type or even integers in them, you dont have to stick with std_logic/std_logic_vector, or even worse, bit vectors, especially if its an embedded entity (ie not directly connected to pins). For the top level its best to stick to some array type, but you can still use unsigned/signed to avoid all that annoying type conversion.