• 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 to use thick lines for highlighting functions: geAddHilightRectangle...

Stats

  • Locked Locked
  • Replies 2
  • Subscribers 143
  • Views 18489
  • 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 use thick lines for highlighting functions: geAddHilightRectangle / Path / PathSeg / Polygon, etc.

DanielDing
DanielDing over 7 years ago

I've been looking through the documents for a while without luck. Please kindly help:

When I use geAddHilightRectangle, it comes with thin line highlights in the layout. How to switch to thick lines?

I don't see such arguments in these functions as documented, nor does envSetVal("layout" "markNetThickline" 'boolean t) work..

Thanks much,

Duo

  • Cancel
  • Andrew Beckett
    Andrew Beckett over 7 years ago

    The thickness is controlled by the display.drf packet definition for the layer-purpose you're using for the hilight set. You can however control the thickness of the halo if you use halos on the hilight set - e.g. using geSetHilightSetHaloParameters.

    Regards,

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • DanielDing
    DanielDing over 7 years ago in reply to Andrew Beckett

    Thanks much for the pointer, Andrew.

    In the same direction, I ended up using the following in an interactive SKILL session:

    drSetPacket("display" "y0" "blank" "thick2" "yellow" "yellow" "outline") to change the line thickness on "y0"/"drawing"

    or

    keep the original y0 as is, add another display packet and change highlight to it:

    drSetPacket( "display" "y0_thick" "blank" "thick2" "yellow" "yellow" "outline")

    geChangeHilightPacketName( hlightSetID "y0_thick")

    • 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