• 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. a skill script for schematic view

Stats

  • Locked Locked
  • Replies 6
  • Subscribers 143
  • Views 15281
  • 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

a skill script for schematic view

egxoner
egxoner over 14 years ago
i need a skill script for schematic for jumping in hierarchies. let me explain. if i have hierarchical cells like this A( B1(C1) + B2) when i am in c1 i wanna press a button to save c1 cell in memory.then when i am in b2 i wanna jump directly to the saved cell (in this case c1) by pressing another button. do you have any ideas how to write a script like this. i need it for schematic view of cadence thank you.
  • Cancel
  • skillUser
    skillUser over 14 years ago

     Hi,

    Which version of the tools are you using? In the IC61x releases we have Bookmarks and also a recent history available from the CIW File pull down menu (the Bookmarks are also available within the tool window, e.g. Virtuoso Layout under its File menu).

    If you are using an older release then it would be possible to implement a similar capability using SKILL, I would think.  However, before any one tries to reinvent the wheel, check which version you are using.

    By the way, it is always a good idea when asking questions on this forum to state which version you are using - the more information you can supply up-front, the less back-and-forth discussion is likely to arise and you are more likely to get a better answer sooner. (This note is not just aimed at you but at everyone who posts questions.).

    Best regards,

    Lawrence.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • egxoner
    egxoner over 14 years ago
    hi Lawrence i use IC 5.1.41. thanks
    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • egxoner
    egxoner over 13 years ago
    hi all i can save lib name and cell name of the cell that i want to remember. and open that cell with geOpen command. it seems it solves my problem but after opening a cell with geOpen command i cannot reach upper levels with ctrl+e . it says i am already at the top level cell. do you have any idea to help me. how cadence knows which cell is the top level cell and can we edit it.
    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Andrew Beckett
    Andrew Beckett over 13 years ago

    Not entirely clear what your requirements are, but I think you either want to use geSwitch/gePush to traverse into the design from a higher level, or maybe you want to use deOpen and give the hierarchy specification so that it is opening the lower level cell in the context of the parent hierarchy? See the documentation on deOpen for more details (it's quite powerful).

    Regards,

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • egxoner
    egxoner over 13 years ago
    hi Andrew thanks for your attention. yes i wanna traverse into a desired design from a higher or lower level. i think geSwitch seems to be solve my problem but i couldn't make it work. it wants d_instId (Database ID of the instance). i dont know how to get d_instId of an instance. i have tried geGetEditRep(getCurrentWindow( )) to get the ID but it didnt work. i am very new with this skill scripting. Regards Egxoner
    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • naavika
    naavika over 13 years ago

    Use this command to get the dbid of the instance if you know the instance name.

    dvid=dbGetInstanceByName(geGetEditCellView() "instance_name");

    • 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