Forum Discussion
Altera_Forum
Honored Contributor
14 years ago --- Quote Start --- think declaration should be constant var1: unsigned :='1'; --- Quote End --- The definition involves two faults. - it's missing a size constraint - it uses incorrect bit-vector constant syntax
constant CONST1: unsigned(0 downto 0) :="1";