Forum Discussion
Altera_Forum
Honored Contributor
13 years agoI don't see any mistake in the port map, so I don't get why you have this error. Is the coma there between the two port associations?
And from the code in bin2bcd, the input port bin_in is 4 bits wide and not 4 hexadecimal digits wide, so in your portmap you should use "0001" and not X"0001"