Forum Discussion
Altera_Forum
Honored Contributor
11 years ago --- Quote Start --- You have the following instantiation: three : entity work.three port map ( convert(do3) => onetwo ); But you cannot have a function call as a formal in a port map. That is not legal VHDL. --- Quote End --- Wrong, it's perfecctly legal VHDL. You can have a type conversion as long as it has only a single argument on either the LHS or RHS of a port map assignment.