• Skip to main content
  • Skip to search
  • Skip to footer
Cadence Home
  • This search text may be transcribed, used, stored, or accessed by our third-party service providers per our Cookie Policy and Privacy Policy.

  1. Community Forums
  2. Custom IC SKILL
  3. Listing libraries , cells and views

Stats

  • Locked Locked
  • Replies 8
  • Subscribers 143
  • Views 12261
  • Members are here 0
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Listing libraries , cells and views

dragank
dragank over 4 years ago

Hi all.

I am trying to make selection of library, cells and views (like in Library Manager) only smaller in three dependent drop down lists.

So far I've found:

axlGetSessionLibName

axlGetSessionCellName

axlGetSessionViewName

But all of them return one object, and I need dependent list.

Is there a way to get lists with public api?

Thanks in advance,

Dragan

  • Cancel
  • Andrew Beckett
    Andrew Beckett over 4 years ago

    Dragan,

    I don't really understand what you mean. Those three functions are specifically for returning the lib/cell/view of an ADE XL or maestro session's cellView - I don't see how they relate in any way to what you say you're trying to do?

    Perhaps you mean something like the code I provide in this thread?

    Regards,

    Andrew

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • dragank
    dragank over 4 years ago in reply to Andrew Beckett

    On a first read that is it.

    I will do the implementation on Monday.

    Thank You again.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • dragank
    dragank over 4 years ago in reply to Andrew Beckett

    Libraries field is filled with values, but cell and view fields remain empty.

    I am using: IC6.1.8-64b.500.10

    Best regards,

    Dragan

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Andrew Beckett
    Andrew Beckett over 4 years ago in reply to dragank

    Dragan,

    Obviously I'm having to guess given that you didn't share the code you used to produce that, but the most likely explaination is that you're not using the hiInstantiateForm/ddHiLinkField approach that I mentioned in the previous post as being the solution, or the relevant lines I had in my code example:

            ;----------------------------------------------------------------
            ; Need to both instantiate the form and link the fields so that
            ; the combo-boxes use the other fields to inform the choices
            ;----------------------------------------------------------------
            hiInstantiateForm(form)
            ddHiLinkFields(
                form->lib
                form->cell
                form->view
            )

    Andrew

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • dragank
    dragank over 4 years ago in reply to Andrew Beckett

    I got instructions not to share the code, but i did what is mentioned.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • dragank
    dragank over 4 years ago in reply to dragank

    Sorry.

    My mistake.

    Instantiation goes first and then the linking.

    Dragan

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Andrew Beckett
    Andrew Beckett over 4 years ago in reply to dragank

    Dragan,

    If you're asking questions here, you need to provide enough information that anyone here (either those of us from Cadence, or others who helpfully respond) stands a chance of giving you an answer. If you can't do that, you should use customer support as that's then not in a public forum.

    dragank said:

    My mistake.

    Instantiation goes first and then the linking.

    Does that mean it now works? You didn't clearly say...

    Andrew

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • dragank
    dragank over 4 years ago in reply to Andrew Beckett

    Yes it is working as expected.

    I will need to develop parts of code that I am not able to make them work and post them here.

    Thank You.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel

Community Guidelines

The Cadence Design Communities support Cadence users and technologists interacting to exchange ideas, news, technical information, and best practices to solve problems and get the most from Cadence technology. The community is open to everyone, and to provide the most value, we require participants to follow our Community Guidelines that facilitate a quality exchange of ideas and information. By accessing, contributing, using or downloading any materials from the site, you agree to be bound by the full Community Guidelines.

© 2025 Cadence Design Systems, Inc. All Rights Reserved.

  • Terms of Use
  • Privacy
  • Cookie Policy
  • US Trademarks
  • Do Not Sell or Share My Personal Information