Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Error in NCVHDL while compiling asic memory

Status
Not open for further replies.

kooper

Newbie level 1
Newbie level 1
Joined
Feb 11, 2013
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,287
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?????:cry:
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top