Skip to main content

Design Rule Check (DRC) and Final Checks

The Design Rule Check (DRC) is a critical step in the PCB design process. It ensures that your layout adheres to the specified design rules, such as trace width, clearance, and via size. After completing the PCB layout, performing a thorough DRC and final checks will help identify and resolve any issues before sending the design for manufacturing. This chapter covers the DRC process, final design optimizations, and preparing the board for production.


Running the Design Rule Check (DRC)

The DRC verifies that your PCB layout meets the design rules defined in the project. These rules ensure manufacturability, signal integrity, and reliability.

  1. Access the DRC Tool:

    • In the PCB Editor, go to Inspect > Design Rule Checker.
    • The DRC window will open, displaying a list of rules and options.
  2. Configure Design Rules:

    • Ensure the design rules are set correctly. For this project, the default rules include:
      • Clearance: 0.2mm (minimum distance between traces, pads, and vias).
      • Track Width: 0.25mm (default trace width).
      • Via Size: 0.8mm (outer diameter) with a 0.3mm hole size.
    • Adjust these rules if necessary based on your manufacturer’s capabilities.
  3. Run the DRC:

    • Click Run DRC to start the check.
    • The tool will scan the entire PCB layout and generate a report of any violations.
  4. Review DRC Errors:

    • The DRC report will list errors such as:
      • Clearance Violations: Traces or pads that are too close to each other.
      • Unconnected Nets: Signals that are not fully routed.
      • Missing Copper Pours: Areas where the copper pour is incomplete.
    • Address each error by modifying the layout (e.g., moving traces, adding vias, or adjusting clearances).
  5. Re-run the DRC:

    • After fixing the errors, re-run the DRC to ensure all issues are resolved.
    • Repeat this process until no errors or warnings remain.

Final Design Optimizations

Once the DRC is clean, perform final optimizations to improve the design’s performance and manufacturability.

  1. Signal Integrity Checks:

    • Ensure critical signals (e.g., USB, I²C) have short and direct paths.
    • Avoid sharp angles in traces; use 45-degree angles or curves instead.
    • Add ground vias near high-speed signals to reduce noise.
  2. Power and Ground Planes:

    • Verify that the ground plane is continuous and free of splits.
    • Ensure power traces are wide enough to handle the required current.
    • Add decoupling capacitors near power pins of ICs.
  3. Thermal Management:

    • Check for components that generate heat (e.g., LDO, relay) and ensure adequate thermal relief.
    • Add thermal vias under hot components to dissipate heat to the ground plane.
  4. Silkscreen and Labels:

    • Review the silkscreen layer for readability and accuracy.
    • Ensure component designators (e.g., R1, C1) are visible and not overlapping with pads or vias.
    • Add labels for connectors, test points, and other important features.
  5. 3D Visualization:

    • Use the 3D Viewer to inspect the PCB layout in three dimensions.
    • Check for mechanical clearances, component placement, and overall aesthetics.
    • Verify that the board fits within the intended enclosure (if applicable).

Generating Manufacturing Files

After completing the DRC and final checks, generate the files required for PCB manufacturing.

  1. Gerber Files:

    • Go to File > Plot.
    • Select the layers to include in the Gerber files (e.g., top copper, bottom copper, silkscreen, solder mask).
    • Set the output directory and click Plot to generate the files.
  2. Drill Files:

    • Go to File > Generate Drill Files.
    • Select the drill file format (e.g., Excellon) and generate files for plated and non-plated holes.
  3. Bill of Materials (BOM):

    • Generate a BOM by going to Tools > Generate Bill of Materials.
    • Include component details such as reference designators, values, and footprints.
  4. Assembly Drawings:

    • Create assembly drawings to guide the manufacturer during component placement.
    • Include layer views, component outlines, and reference designators.
  5. Create a ZIP File:

    • Compile all manufacturing files (Gerber, drill, BOM, assembly drawings) into a single ZIP file.
    • Name the file appropriately (e.g., IoT_Thing_V1.0_Gerber.zip).

Final Review

Before sending the design for manufacturing, perform a final review to ensure everything is correct.

  1. Cross-Check with Schematic:

    • Verify that all connections in the PCB layout match the schematic.
    • Ensure no nets are missing or incorrectly routed.
  2. Manufacturer’s Guidelines:

    • Check the manufacturer’s design guidelines (e.g., minimum trace width, hole size, clearance).
    • Ensure your design complies with their requirements.
  3. Test Points:

    • Add test points for critical signals (e.g., power, ground, GPIOs) to facilitate debugging and testing.
  4. Documentation:

    • Save a copy of the schematic, PCB layout, and manufacturing files for future reference.
    • Include notes on any design decisions or special considerations.

Summary

In this chapter, we performed the Design Rule Check (DRC) to ensure the PCB layout adheres to the specified design rules. We also conducted final optimizations, generated manufacturing files, and performed a thorough review of the design. With these steps completed, the PCB is ready for production. In the next chapter, we will discuss the manufacturing process and how to assemble the board.


This chapter provides a comprehensive guide to performing a DRC and final checks in KiCad. By following these steps, you’ll ensure that your PCB design is error-free, optimized for performance, and ready for manufacturing.