get cells list of combined libraries in IC6.1.2

Discussion in 'Cadence' started by camelot, Nov 9, 2009.

  1. camelot

    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, Nov 9, 2009
    #1
  2. camelot wrote, on 11/09/09 13:20:
    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.
     
    Andrew Beckett, Nov 10, 2009
    #2
  3. camelot

    camelot Guest

    As always, thank you for the clarification Andrew.

    Reagards,

    Camelot
     
    camelot, Nov 10, 2009
    #3
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.