• 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. Assura LVS - number of edges of first layer butting/coincident...

Stats

  • Locked Locked
  • Replies 1
  • Subscribers 126
  • Views 701
  • 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

Assura LVS - number of edges of first layer butting/coincident with the second layer

windowsdee
windowsdee over 13 years ago

Hi,

I am using Cadence version 5.10.41.500.6.145 and assura verison 04.12.006

For LVS extraction, I have to count the number of edges of first layer butting/coincident with the second layer.

I tried using measureParameter( figCount(....)), but this gives the following error and LVS fails.

Illegal Operator (figCount ...) found in measureParameter(); the valid operator is one of area, perimeter, length, regionID, bends_all, bends_full or bends_part.

IS figCount not valid in the version I am using?

Please let me know how I could do this.

Thank you,

  • Cancel
  • Quek
    Quek over 13 years ago

    Hi windowsdee

    Thank you for the clear problem description. You have described your issue very well. figCount only works with "enclosing" function to count the number of shapes that are enclosed by another layer (e.g. number of gate shapes on a diffusion).

    fingers = measureParameter( figCount( diff enclosing gate) )

    Depending on the size of the butting shapes, you might be able to do it as follows:
    a. Use geomButtOrCoin to first identify shapes (layerA) that are butting or coincident to your target shape
    b. Identify a suitable layer (layerB) around the target shape that can enclose the identified layerA shapes
    c. Use figCount to get the number of shapes.

    layerA=geomButtOrCoin(layerX targetShape)
    numShapes=measureParameter( figCount( someSuitableLayer enclosing layerA) )

    The above would of course not work if your butting shapes are very large such that no suitable enclosing shape can be used. There is an old CCR7857 that requested for figCount to also work with other functions like butting, etc but unfortunately it never got implemented.


    Best regards
    Quek

    • 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