Forum Discussion
Altera_Forum
Honored Contributor
14 years agoWell the problem is you have not constrained the signal A (please read your errors)
you need to give it a size. You can only constrain constants with an initialisation value. signal a : std_logic_vector(19 downto 0) := (others => '0');