How to Create a Ground Plane in PCB Design Easily
To create a
ground plane in a PCB, add a large copper area connected to the ground net on one or more layers using your PCB design software's polygon or copper pour tool. This plane helps reduce noise and provides a stable reference for signals.Syntax
Creating a ground plane involves defining a copper area connected to the ground net. The typical steps include:
- Select layer: Choose the PCB layer where the ground plane will be placed.
- Create polygon/copper pour: Use the polygon or copper pour tool to draw the area.
- Assign net: Set the polygon to the ground net (usually named GND).
- Define clearance: Set spacing rules to keep the plane clear of other nets.
- Pour polygon: Fill the area with copper connected to ground.
embedded_c
Layer: Top or Bottom
Tool: Polygon Pour
Net: GND (Ground)
Clearance: 0.2 mm (example)
Fill: Pour copper connected to GNDExample
This example shows how to create a ground plane on the bottom layer using a polygon pour connected to the GND net in a typical PCB design tool.
embedded_c
1. Select the Bottom Layer in your PCB editor. 2. Choose the Polygon Pour tool. 3. Draw a polygon covering the desired area of the board. 4. Assign the polygon to the GND net. 5. Set clearance rules to 0.2 mm from other nets. 6. Complete the polygon and pour copper. 7. Verify the polygon is filled and connected to GND in the design rules check.
Output
A large copper area appears on the bottom layer connected to the ground net, visible as a filled polygon covering the board area.
Common Pitfalls
- Not connecting the polygon to the ground net: The plane won't function as a ground if assigned to the wrong net.
- Insufficient clearance: Too small clearance can cause shorts or design rule violations.
- Isolated copper areas: If the polygon is split by other nets or gaps, some parts may float and not act as ground.
- Ignoring thermal reliefs: Directly connecting pads to the plane without thermal relief can cause soldering issues.
embedded_c
Wrong way: Polygon assigned to signal net instead of GND Right way: Polygon assigned to GND net with proper clearance and thermal reliefs
Quick Reference
| Step | Description | Tip |
|---|---|---|
| Select Layer | Choose top or bottom layer for ground plane | Bottom layer common for ground |
| Create Polygon | Draw polygon covering board area | Use polygon pour tool |
| Assign Net | Set polygon to GND net | Ensure correct net assignment |
| Set Clearance | Define spacing from other nets | Follow design rules, e.g. 0.2 mm |
| Pour Copper | Fill polygon with copper connected to ground | Check for isolated areas |
| Thermal Relief | Use thermal reliefs for pads connected to plane | Improves soldering quality |
Key Takeaways
Always assign the ground plane polygon to the GND net to ensure proper grounding.
Use appropriate clearance settings to avoid shorts and design rule violations.
Ensure the ground plane is continuous and not broken into isolated sections.
Apply thermal reliefs on pads connected to the ground plane for better soldering.
Verify the ground plane visually and with design rule checks before manufacturing.