Y
yttrium
Guest
Hey all,
i'm getting the following message when using precision compilation of
the the input files
# Error: File "C:/Program Files/Mentor
Graphics/x_Impl/sources/package_x.vhd", Line 146: Use of 'unsigned'
and this is the part of the code that is generating the error:
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE.STD_LOGIC_ARITH.ALL;
use IEEE.STD_LOGIC_UNSIGNED.ALL;
use IEEE.NUMERIC_STD.ALL;
package package_x is
constant x_unsigned : unsigned(3 downto 0):="1111";
end package_x;
package body package_x is
end package_x;
what am i doing wrong? the packages are added, the libraries declared?
Can someone help me, thank you ...
kind regards,
Yttrium
i'm getting the following message when using precision compilation of
the the input files
# Error: File "C:/Program Files/Mentor
Graphics/x_Impl/sources/package_x.vhd", Line 146: Use of 'unsigned'
and this is the part of the code that is generating the error:
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE.STD_LOGIC_ARITH.ALL;
use IEEE.STD_LOGIC_UNSIGNED.ALL;
use IEEE.NUMERIC_STD.ALL;
package package_x is
constant x_unsigned : unsigned(3 downto 0):="1111";
end package_x;
package body package_x is
end package_x;
what am i doing wrong? the packages are added, the libraries declared?
Can someone help me, thank you ...
kind regards,
Yttrium