• 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. Get certain layers independent of technology node

Stats

  • Locked Locked
  • Replies 1
  • Subscribers 143
  • Views 6963
  • 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

Get certain layers independent of technology node

patschouly
patschouly over 2 years ago

Hi, I'm looking for a way to collect information about different groups of layers ("active", "metal", etc.) in order to display them. I already have a rich set of bindings for this purpose, but this is bound to a specific technology node, where I know the names of the layers. Is there a way to collect this information automatically? I already managed to draw something up regarding the vias and the metals (with techGetTechFile and sorting based on the material parameter).

Thanks in advance, kind regards,

Patrick

  • Cancel
  • Andrew Beckett
    Andrew Beckett over 2 years ago

    This code (output is in italics):

    procedure(CCFgetLayersWithFunction(tf function)
      mapcar('car setof(layerFunc techGetLayerFunctions(tf) cadr(layerFunc)==function))
    )

    tf=techGetTechFile(ddGetObj("gpdk090"))
    db:0x2697db1a
    CCFgetLayersWithFunction(tf "metal")
    ("Metal1" "Metal2" "Metal3" "Metal4" "Metal5"
        "Metal6" "Metal7" "Metal8" "Metal9"
    )
    CCFgetLayersWithFunction(tf "cut")
    ("Cont" "Via1" "Via2" "Via3" "Via4"
       "Via5" "Via6" "Via7" "Via8"
    )

    The function can be various things - e.g. nwell/pwell/ndiff/pdiff/nplus/pplus etc. Documented here: https://support.cadence.com/apex/techpubDocViewerPage?path=ascitechfile/ascitechfileIC6.1.8/chap4.html#pgfId-958082

    Andrew

    • 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