• 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 Design
  3. How to display a p-cell's constituent layers in a layout...

Stats

  • Locked Locked
  • Replies 3
  • Subscribers 125
  • Views 7279
  • 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

How to display a p-cell's constituent layers in a layout (Layout XL, Virtuoso IC6.1.1)

Unicode787Plus
Unicode787Plus over 16 years ago

In previous versions of Cadence Virtuoso, hitting the Shift+F key combination in Layout XL allowed me to display p-cells as sub-layouts with their constituent individual layers (that way I could easily find their pins and wire them to the rest of the layout), while hitting Ctrl+F would revert back to the default view where p-cells were displayed as simple, labeled red "blackboxes". Now my school is using Virtuoso IC6.1.1, and the key combinations I mentioned above no longer work, and I can't find a menu command that can let me display p-cells as sub-layouts instead of red boxes.

  • Cancel
Parents
  • skillUser
    skillUser over 16 years ago

    Hi,

    You should be able to do a few things here:

    hiGetCurrentWindow()->stopLevel = 0 ;; displays level '0' data only, not contents of cells
    hiGetCurrentWindow()->stopLevel = 32 ;; displays all levels, down to 32 levels of hierarchy deep  

     Or, look at CIW -> Options -> Bindkey, select Layout, enter "F" in the "Key or Mouse Binding" field and move off the form so that it updates - look to see what (if anything) the 'F' (Shift-F) bindkey is set to. Alternatively, press "Show Bind Keys" and view the Layout bindkeys in the text window.

    Load the default bindkeys yourself:

    load(prependInstallPath("samples/local/leBindKeys.il")) ;; load the default layout bindkeys

    Finally, use the layout window's Options -> Display menu and modify the Display Levels: Stop Level number (e.g. set to 0 to view only top level data, 1 to view one level down in the hierarchy, etc.)

    Regards,

    Lawrence.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • skillUser
    skillUser over 16 years ago

    Hi,

    You should be able to do a few things here:

    hiGetCurrentWindow()->stopLevel = 0 ;; displays level '0' data only, not contents of cells
    hiGetCurrentWindow()->stopLevel = 32 ;; displays all levels, down to 32 levels of hierarchy deep  

     Or, look at CIW -> Options -> Bindkey, select Layout, enter "F" in the "Key or Mouse Binding" field and move off the form so that it updates - look to see what (if anything) the 'F' (Shift-F) bindkey is set to. Alternatively, press "Show Bind Keys" and view the Layout bindkeys in the text window.

    Load the default bindkeys yourself:

    load(prependInstallPath("samples/local/leBindKeys.il")) ;; load the default layout bindkeys

    Finally, use the layout window's Options -> Display menu and modify the Display Levels: Stop Level number (e.g. set to 0 to view only top level data, 1 to view one level down in the hierarchy, etc.)

    Regards,

    Lawrence.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Children
No Data

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