Andrew, thanks for the post... I have seen this problem myself. If I
set compile all and elaborate all to true, shouldn't this get rid of
the inca and pak file issues?
The part of your post I don't quite follow is the part about cds.lib.
for example if my old cds.lib was
DEFINE foo /tmp/dsk/path/foo
and my new cds.lib is
DEFINE foo /tmp/dsk/newpath/foo
DEFINE foo_old /tmp/dsk/path/foo
Why does the simulator care that foo used to be /tmp/dsk/path/foo?
What is it that is looking in cds.lib and remembers what it used to
be?
Or is it that foo_old has the path that foo used to have... again what
in the simulator noticing this and why doesn't recompiling fix it?
thanx
David
On Apr 1, 7:33 pm, Andrew Beckett <andr...@[EMAIL PROTECTED]
>
wrote:
> stroller wrote, on 03/31/08 20:43:
>
> > hi, i moved the location i start cadence/verilogAms and now i get
> > errors like:
>
> > ncelab: *F,DLIORG: Library (physical path)
/dsk/analoglogic/p1/Project/
> > design/dfII/analogLogic was originally compiled with logical name
> > 'analogLogic'. Please include the original definition of library in
> > cds.lib file.
>
> > i've deleted the .pak , inca.* and .inca* files from my library area.
> > what else do i need to delete to remove these hardcoded paths from my
> > simulation area?
>
> Normally this occurs when you rename a library. You need to delete the
pak files
> from the library itself (not just the simulation directory), but you
probably
> also should delete the simulation tree. If you have an ASSIGN TMP dir,
you
> should delete the pak files from there too.
>
> It's not the absolute path that matters - it's the name of the library
in the
> cds.lib.
>
> There's a CCR to get this to happen automatically - i.e. get it to clean
up
> properly rather than force you to delete the files by hand.
>
> Regards,
>
> Andrew.


|