• 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. skill script to add layout pin for given metal intersec...

Stats

  • Locked Locked
  • Replies 10
  • Subscribers 144
  • Views 18231
  • 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

skill script to add layout pin for given metal intersect

GDCRA
GDCRA over 6 years ago

Hi,

Lets say I have metal 9 and metal 10 intersecting each other. I want to add layout pin at all the location where these 2 metal intersect. Pin name should be same as metal 9 label.

Is there simple script that can do the job ?

Thanks

GC

  • Cancel
Parents
  • psill000
    psill000 over 6 years ago

    There's a lot question of the environment and results:

    Are the metals at cellview or in hierarchy?

    Is there connectivity on the wires, labels or something else?

    Is there more than one intersection?

    Maybe the quickest way to solve the problem would be to use leHiMarkNet.

    Then save the markNet of the two nets and do a Boolean on the intersections.

    Paul

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • GDCRA
    GDCRA over 6 years ago in reply to psill000

    Hi Paul,

    Metal are at cellview.  There is connectivity on wires. 

    There are more than one intersection.

     leHiMarkNet may not work since I expect atleast 5-6 thousand intersection point. Its massive layout.

    --

    GC

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Andrew Beckett
    Andrew Beckett over 6 years ago in reply to GDCRA

    I'd probably use dbLayerAnd or maybe abeLayerAnd if you need the capacity - this would find the overlapping regions of metal9 and metal10 and end up with a set of candidate pin shapes (presumably on metal9 - you didn't say). You could then iterate over the list of shapes and for each use dbShapeQuery to find the shape on metal9 underneath the rectangles you've created. Then use dbCreatePin using the ~>net of that shape and the rectangle you've found from the dbLayerAnd operation as the pin figure.

    Seems a bit of an odd requirement though - presumably you'd end up with a lot of pins which might not be terribly accessible - but maybe I can't visualise what your layout looks like. It's unlikely to be anything that is a standard feature because it sounds rather specific to how your  layout is constructed.

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • psill000
    psill000 over 6 years ago in reply to GDCRA

    More questions or possible ways to get a solution.

    Are you looking for help on writing or something already written?

    Is there more than two layers involved?

    You could do a search for the two layers with the nets you want copyFig to a tmp layer and do a Boolean on the intersections to output your pin locations

    dbCreatePin from the Boolean nad delete the tmp shapes.

    Paul

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • psill000
    psill000 over 6 years ago in reply to GDCRA

    More questions or possible ways to get a solution.

    Are you looking for help on writing or something already written?

    Is there more than two layers involved?

    You could do a search for the two layers with the nets you want copyFig to a tmp layer and do a Boolean on the intersections to output your pin locations

    dbCreatePin from the Boolean nad delete the tmp shapes.

    Paul

    • 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