• 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. Layout xl highlight dimming vs selecting

Stats

  • Locked Locked
  • Replies 4
  • Subscribers 125
  • Views 14956
  • 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

Layout xl highlight dimming vs selecting

Moaz Elshamy
Moaz Elshamy over 4 years ago

When using net highlighting option in Layout XL, the dimming option for other nets and layers is enabled. It acts as a shadow effect. It makes other objects darker.

I want to enable the same effect on the cyclic option between schematic and layout. For example, when selecting a device in the schematic, it is selected in the layout. I want the selected object in the layout to get this dimming effect. However, it is better to be enabled only if the devices selected from the schematic. Because, sometimes it is hard to spot the selected devices in the layout, so the dimming effect would help in this.

Is there something similar to the following command but for the cyclic selection between schematic and layout?

layout displaySelectionHighlightWhenDimmed boolean { t | nil }

  • Cancel
  • Andrew Beckett
    Andrew Beckett over 4 years ago

    Which version are you using? I just checked in IC6.1.8 ISR14 (so it would be the same in ICADVM20.1), and just turning on "Enable Dimming" on Options->Display in the layout editor does what (I think) you want (I have Scope set to "none" - the default). If I select something in the schematic, the corresponding instance is selected on the layout side, and everything else is dimmed. The cdsenv var you refer to corresponds to the "True Color Selection only" checkbox in the dimming section - if turned on, then that's equivalent to that env var being nil (it means it doesn't draw a highlight around the selected instance). 

    So it's not clear to me what isn't working... have you turned dimming on via the Display Options form?

    Andrew.

    • Cancel
    • Vote Up +1 Vote Down
    • Cancel
  • Moaz Elshamy
    Moaz Elshamy over 4 years ago

    Thank you Andrew very much. It is working as you described. I'm running IC6.1.7.  Can this dimming effect be enabled only for devices and nets selected from schematic? In regular selection for moving, I don't want the dimming to be enabled.

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

    I don't believe this is possible. You'd need to toggle the dimming on/off in the layout window. You could do that either with the "Dim" icon in the toolbar, or put this on a bindkey:

    hiGetCurrentWindow()->dimmingOn=!hiGetCurrentWindow()->dimmingOn

    Andrew.

    • Cancel
    • Vote Up +1 Vote Down
    • Cancel
  • Moaz Elshamy
    Moaz Elshamy over 4 years ago in reply to Andrew Beckett

    Thank you Andrew. The bindkey is very useful.

    hiSetBindKey("Layout" "<Key>n" "hiGetCurrentWindow()->dimmingOn=!hiGetCurrentWindow()->dimmingOn")

    • 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