Praseetha
Newbie level 3

Hi all,
I am new to vhdl. I want to give -0.01277 to a generic b0(assume). I gave it as generic( b0 : sfixed(16 downto -12)),
and in generic map (b0 <= "-0.01277"). But while compiling it is shown as sfixed is not declared(vhdl-1241 error).
What should i do to resolve this issue. Can anyone help me plz.........
Thanking You
I am new to vhdl. I want to give -0.01277 to a generic b0(assume). I gave it as generic( b0 : sfixed(16 downto -12)),
and in generic map (b0 <= "-0.01277"). But while compiling it is shown as sfixed is not declared(vhdl-1241 error).
What should i do to resolve this issue. Can anyone help me plz.........
Thanking You