• 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. Allegro X PCB Editor
  3. Need to get the minimum spacing on board file.

Stats

  • Replies 5
  • Subscribers 159
  • Views 15118
  • Members are here 0
More Content

Need to get the minimum spacing on board file.

eDaNoy
eDaNoy over 10 years ago

Problem to solve:

I need to return the smallest gap distance on board file.

Need to compare all objects like pins, vias, clines and other Segs to each other. 

I already had the program but I'm having an issue with its performance.

It was slow.

Does anyone here can share some tips, suggestions or program sample.

  • Sign in to reply
  • Cancel
  • eDave
    eDave over 10 years ago

    This would be extremely slow if you tried to compare every object with every other object.

    Just measure between each object and objects you find within a limited bounding box area of it using axlAddSelectBox. You can reduce the size of the bounding box each iteration as you find a smaller minimum gap. Of course, if you hit zero, you can stop!

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • fxffxf
    fxffxf over 10 years ago

    If using 16.6, you can try a divide and conquer approach by using the min-metal DRC check. Basically, enable it and set a value. Run drc update and see if you got any min metal DRC. If you give it a reasonable small value (but not the min database accuracy) you can do it in one pass.

    For the one pass approach check all of the resulting min metal DRCs and compare their actual vs constraint values. The smallest difference plus your min metal value is your minimum gap value.

    This strategy only applies to objects on different nets. If you are interested in same net min spacing then you will need another approach.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • eDaNoy
    eDaNoy over 10 years ago
    Hi Dave, the current program works like what you said. I just don't like it's performance. Anyway thanks for the advice. I appreciate it.
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • eDaNoy
    eDaNoy over 10 years ago
    fxffxf, I was thinking already this kind of approach also. But Run DRC Update is also time consuming especially when you are checking big boards like server projects. If there is a way to make DRC update faster then maybe it's the right thing to do.
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • fxffxf
    fxffxf over 10 years ago

    Turning off all other DRC checks while doing this check will make it faster also since the DRC update command can take advantage of multiple CPUs

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Cadence Guidelines

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