kalyansrinivas
Advanced Member level 4
Dear friends
The libraries i added to my VHDL file are
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
USE IEEE.NUMERIC_STD.ALL;
When i start compiling my design I get the issue
Identifier "signed" is not directly visible
I have read many reviews but i whatever i read says not to include too many libraries
i added only the above libraries
But Still i face this issue
My compiler is Model sim
Regards
M Kalyan srinivas
The libraries i added to my VHDL file are
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
USE IEEE.NUMERIC_STD.ALL;
When i start compiling my design I get the issue
Identifier "signed" is not directly visible
I have read many reviews but i whatever i read says not to include too many libraries
i added only the above libraries
But Still i face this issue
My compiler is Model sim
Regards
M Kalyan srinivas