• 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 1163
  • 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
Parents
  • 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
Reply
  • 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
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