• 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. Why doing overunder without GROW increases HPN/FPN values...

Stats

  • Locked Locked
  • Replies 3
  • Subscribers 125
  • Views 1161
  • 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

Why doing overunder without GROW increases HPN/FPN values?

dummyfill
dummyfill over 9 years ago

Hi, 

I have a rules file, where we are trying find all polygons on say M1. Also, we want to merge polygons which are within a certain distance. So, we have the following in rules file (rule.pvl):

// get all M1 outside SRAM

active_non_array_0 = NOT M1 SRAM_MARKER

// Merge all polygons within 100 nm

active_0 = SIZE active_non_array_0 OVERUNDER BY 0.100

After the above overunder step, the FPN and HPN count are more than from generation of active_non_array_0. However, if I add a grow step in between the two rules above:

active_non_array_0 = NOT M1 SRAM_MARKER

active_temp01 = GROW active_non_array_0 -top 0.2 -bottom 0.2 -right 0.2 -left 0.2 -sequential

active_0 = SIZE active_temp01 OVERUNDER BY 0.100

then HPN/FPN number decreases significantly. 

What is happening in the first case, why does FPN number increase? Also, does the number inside paranthesis below, give us the total number of polygons in the output? 

 Total DRC Results                 : 35788023 (2357970903) 

Is there a way to get the total number of vertices ? 

Thanks

Srivaths

  • Cancel
  • Andrew Beckett
    Andrew Beckett over 9 years ago

    Those don't look like PVL rules to me - are you actually using PVS? Your question wasn't very explicit.

    I don't tend to support PVS on a day to day basis, so this is not my main area of expertise (a long time ago I used to cover physical verification tools in depth, but not so much nowadays).

    Also, what do the terms FPN and HPN mean - they're not familiar to me?

    Regards,

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • dummyfill
    dummyfill over 9 years ago
    Thanks Andrew for the reply. These are svrf commands and we are using PVS to extract the shapes. FPN: starting from the top cell and looking into all levels of hierarchy, the number of shapes seen in the layer. HPN: Number of shapes in the layer cell by cell without including sub-hierarchy. Is there a separate forum for PVS users?
    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Andrew Beckett
    Andrew Beckett over 9 years ago

    There's no separate forum for PVS - here is as good as any.

    Maybe you should just take this to customer support? That said, I'm not sure we can offer support on writing SVRF rules (since that is a Mentor Graphics language) but probably can give guidance on doing the same thing using PVL.

    Regards,

    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