• 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. How can I make only selected objects visible in a layout...

Stats

  • Locked Locked
  • Replies 8
  • Subscribers 143
  • Views 18110
  • 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 can I make only selected objects visible in a layout irrespective to layers

posh
posh over 15 years ago

Hi,

Do any one have an Idea how one can make only selected objects visible and the rest invisible.  

  • Cancel
  • babji
    babji over 15 years ago

     if this is about instances then you may want to refer "View Level Functions" in skdfref.pdf

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • posh
    posh over 15 years ago

    thanks babji,

    My problem is different than view levels. the prob is If i select a set of figures in a layout then no matter what layer are they only those layers and figures should be visibe in my layout. is there a function to do so?? if not can you help me in finding a way to do this.

    thanks 

    Regards                   

    Harish 

     

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Andrew Beckett
    Andrew Beckett over 15 years ago
    If you are using IC613/IC614 you can use dimming (and maybe true color selection) to effectively do this.

    The options to control this are on the bottom right of the Options->Display form.

    Regards,

    Andrew
    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • babji
    babji over 15 years ago

     Nothing that i know of in IC5141 for this. If you are not using IC6 then use a mixture of both view level functions and Ctl+t. 

     

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • posh
    posh over 15 years ago

    Thanks Andrew,

    It worked well on IC613. But, is there a way to do this in earlier versions?? Iam Asking you this because i have written a code to extract connectivity of a net which is global for all versions. what i require is, when the connectivity is extracted i have to make only that net visible and the rest invisible.

    If not a direct function like dimming could you guide me how this can be done?

    thankyou

    Regards

    Harish

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Andrew Beckett
    Andrew Beckett over 15 years ago

    Hi Harish,

    I don't think it's directly possible. One way would be to use the "Hilight" functions (e.g. geCreateHilightSet(), geAddHilightFig(), geAddHilightPath() etc), to create a highlight on a particular layer purpose pair (or purpose pairs), and then turn off the visibility of all LPPs except those you've used in your highlight.

    Regards,

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • dmay
    dmay over 15 years ago

    I have done what Andrew described and it works well in all versions of Cadence. I have implemented it in two ways. The first and simplest way was to use one hilight layer for all of the shapes on the net. However, when you turn off visibility of all layers, you cannot see which layers are used in your net. The way I prefer is to hilight each layer in its own color. I did this by defining layer packets for some unused lpps. Layer packets describe the color, line style and fill style for a layer. I chose the Unrouted and designFlow system layers (they have 10 lpps each and exist every technology file). For each of my metal layers I made a comparable layer packet using one of the designFlow lpps. For each of my via/contact layers, I made a comparable layer packet using one of the Unrouted lpps. I stored each of these mappings in a table.

    For example:
    hilightMapTbl["metal1"] = list("designFlow" "drawing1")
    hilightMapTbl["via1"] = list("Unrouted" "drawing1")

    When creating the packets, I used the same colors, but I made the fill pattern denser and the line style wider. These settings can either be done permanently in the display.drf or dynamically with drSetPacket.

    When hilighting metal shapes, use the layer from the hilightTbl. If you turn off visibility of all layers, you'll still see your hilights. If you use a bolder pattern and line style, it kind of acts like a shadow mode. Your hilighted net stands out in context with the rest of your layout.

    I hope this helps,

    Derek

     

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • posh
    posh over 15 years ago

    Thank You Derek

     It was a very good idea and it worked for me.

    Thankyou once again

    Regards

    Harish

    • 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