Altera_Forum
Honored Contributor
14 years agoquestion about unsigned constant
Hi everyone,
I meet a problem when I am trying to define a one bit unsigned constant. I think declaration should be constant var1: unsigned :='1'; But everytime I try this, it always be an error. Does anybody know how to fix it? Thanks.