shivu90
Newbie level 6

I have few packages (a,b,c) compiled under a library x i.e
a file inca.linux86.pak under directory "x"
I provide the following in cds.lib :
DEFINE x <path to x>
and try to compile a design which has the following :-
library x
use x.a.all
use x.b.all
when I try to compile the design using :-
ncvhdl -CDSLIB cds.lib -WORK work <design>.vhdl
it says:-
use x.a.all
|
unit a not found in library x
Could anyone please help me figure out what I am missing on ?
a file inca.linux86.pak under directory "x"
I provide the following in cds.lib :
DEFINE x <path to x>
and try to compile a design which has the following :-
library x
use x.a.all
use x.b.all
when I try to compile the design using :-
ncvhdl -CDSLIB cds.lib -WORK work <design>.vhdl
it says:-
use x.a.all
|
unit a not found in library x
Could anyone please help me figure out what I am missing on ?