Forum Discussion
Altera_Forum
Honored Contributor
15 years agoTo assign a constant value to an unsigned variable/signal, you have to use a constant with a length specification, a conversion function (e.g. conv_unsigned) or an expression like n:=(others => '0');