Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
15 years ago

Is underscore unallowed??? ("0000_0100")

Hi all, I allways get a compiler error if I try to separate long binary values with underscore! example: signal shifreg :: std_logic_vector(15 downto 0); shiftreg <= "0000_0000_0000_00...