kooper
Newbie level 1
Hi ,
I m compiling ASIC memory generated by the tool.
I am using command ncvhdl -v200x RF_2P_WR_MASK.vhd
I am getting the error as unit (MEMFUNCTIONS) not found in library (WORKLIB).
In VHDL code the code genrated uses library as
LIBRARY IEEE;
USE IEEE.std_logic_1164.ALL;
use IEEE.VITAL_timing.all;
use IEEE.VITAL_primitives.all;
LIBRARY work;
USE work.memfunctions.ALL;....
Can anybody give the solution for this?????
I m compiling ASIC memory generated by the tool.
I am using command ncvhdl -v200x RF_2P_WR_MASK.vhd
I am getting the error as unit (MEMFUNCTIONS) not found in library (WORKLIB).
In VHDL code the code genrated uses library as
LIBRARY IEEE;
USE IEEE.std_logic_1164.ALL;
use IEEE.VITAL_timing.all;
use IEEE.VITAL_primitives.all;
LIBRARY work;
USE work.memfunctions.ALL;....
Can anybody give the solution for this?????