get cells list of combined libraries in IC6.1.2

C

camelot

Guest
Hi,
is there a way to know the list of cells composing a combined library?

That is, we suppose to have two libraries:

DEFINE TEST_LIB LIBS/TEST_LIB
ASSIGN TEST_LIB DISPLAY Invisible
DEFINE TEST_LIB_REF LIBS/TEST_LIB_REF
ASSIGN TEST_LIB_REF COMBINE TEST_LIB

Where TEST_LIB_REF is originally empty and only contains cells coming
from TEST_LIB. Library manager only display TEST_LIB_REF.

The question is, is there a way through skill commands to know all the
cells displayed in TEST_LIB_REF?

If I do:

Lib = ddGetObj(“TEST_LIB_REF”)~>cells

I obtain “nil”.

Regards,

Camelot
 
camelot wrote, on 11/09/09 13:20:
Hi,
is there a way to know the list of cells composing a combined library?

That is, we suppose to have two libraries:

DEFINE TEST_LIB LIBS/TEST_LIB
ASSIGN TEST_LIB DISPLAY Invisible
DEFINE TEST_LIB_REF LIBS/TEST_LIB_REF
ASSIGN TEST_LIB_REF COMBINE TEST_LIB

Where TEST_LIB_REF is originally empty and only contains cells coming
from TEST_LIB. Library manager only display TEST_LIB_REF.

The question is, is there a way through skill commands to know all the
cells displayed in TEST_LIB_REF?

If I do:

Lib = ddGetObj(“TEST_LIB_REF”)~>cells

I obtain “nil”.

Regards,

Camelot
Hi Camelot,

I'm afraid not. The DISPLAY and COMBINE attributes are only for display purposes
in the library manager; the libraries are not really combined, and there is no
SKILL function to retrieve this as far as I know (I just asked R&D to check).

Regards,

Andrew.
 
As always, thank you for the clarification Andrew.

Reagards,

Camelot
 

Welcome to EDABoard.com

Sponsor

Back
Top