element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Altium CircuitStudio
  • Products
  • Manufacturers
  • Altium CircuitStudio
  • More
  • Cancel
Altium CircuitStudio
Altium CircuitStudio Forum How to ensure ground plane copper pour is actually connected to the GND net?
  • Blog
  • Forum
  • Documents
  • Events
  • Polls
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Altium CircuitStudio to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Verified Answer
  • Locked Locked
  • Replies 6 replies
  • Answers 2 answers
  • Subscribers 89 subscribers
  • Views 4276 views
  • Users 0 members are here
Related
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

How to ensure ground plane copper pour is actually connected to the GND net?

nabelekt0
nabelekt0 over 3 years ago

In my PCB layout, part of which is shown below, I have a copper pour serving as a ground plane. A problem that I didn't catch with this design before having it fabricated is that a couple of regions of copper pour are not actually connected to the GND net at all. Below, the pour that pads 15 and 21 are connected to, both GND pads for an MCU, is not at all connected to the GND net. Same for the region that includes the GND pad above the 1 "NetLED3_1" pad on the far right. I use the Autoroute tool to do pretty much all of the routing. Once the auto-routing is done, the polygon/copper pour gets re-poured.

 

So, my question is: how can I ensure that GND plane regions, which may not be contiguous with the GND plane region that is in the GND net, does get connected to the GND net with a via or something else?

 

I taught myself PCB layout and still have a lot to learn, so any education is welcome. Thanks!

 

image

  • Cancel
Parents
  • nabelekt0
    0 nabelekt0 over 3 years ago

    Thank you for the replies! I am familiar with Design Rule Checks (DRCs), but I guess I haven't been in the habit of checking them before sending the design for manufacture. Running the DRC does indeed point out unrouted nets. I guess my question still is: Is there a way of getting the autoroute tool to try to always route every net, and if it can't give me a warning message?

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • nabelekt0
    0 nabelekt0 over 3 years ago

    Thank you for the replies! I am familiar with Design Rule Checks (DRCs), but I guess I haven't been in the habit of checking them before sending the design for manufacture. Running the DRC does indeed point out unrouted nets. I guess my question still is: Is there a way of getting the autoroute tool to try to always route every net, and if it can't give me a warning message?

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Children
  • shabaz
    0 shabaz over 3 years ago in reply to nabelekt0

    Hi Thomas,

    nabelekt0  wrote:

    Is there a way of getting the autoroute tool to try to always route every net, and if it can't give me a warning message?

    EAGLE (and other software) gives a percentage completion, and if it is not 100.0% then that's the (partial) indication that the autoroute is not complete, so you could look for something like that in Altium, or if there is an output report/error pane.

     

    I am familiar with Design Rule Checks (DRCs), but I guess I haven't been in the habit of checking them before sending the design for manufacture. Running the DRC does indeed point out unrouted nets.

    It does more than that, it points out overlaps and too-thin traces and all the other limits of physical manufacturing. By not running it, you're relying on the PCB manufacturer to correct your board where they can, and they will not/cannot do that entirely, only partially. Your board in the screenshot shows additional problem areas as mentioned before, (slivers of copper trace between integrated circuit pads) which would not have occurred if the rules were set up and checked. The problems may or may not be benign. You can imagine that slivers will peel when the board is heated, and likely cause shorts, because although your CAD program may cover it with a solder mask, in the real world machines that manufacture your PCB have size restrictions and tolerances - that's the whole point of DRC.

    On any semi-complex board (let's say more than 2-3 ICs) perhaps the chance of board success is close to 0% (this isn't an exaggeration) if you don't run the DRC, whereas if you run it and correct every error and try to follow each warning to understand what it mean, then the chance of success is very close to 100%.

    If the problem is that you forget to check for airwires and to run the DRC, you should write a checklist and mark it off each time, for each board. Checklist would be a normal way boards are done in commercial environment too, it's not trusted to memory.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • nabelekt0
    0 nabelekt0 over 3 years ago in reply to shabaz

    Great tips, thanks!

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube