KiCad Tutorial: Running Electrical Rule Check (ERC) on Schematics

Added:

Setup ERC
Annotate Fix
Unused Pin
Drive Power

Setup ERC

0:03
Playing Section
  • 1

    Initiate electrical rule check on schematic design.

  • 2

    Access ERC tool via toolbar; navigate tabs.

  • 3

    Run test to identify initial issues.

Basic navigation of the KiCad Schematic Editor, including placing components and drawing nets/wires.
Fundamental circuit concepts, particularly the distinction between different pin types such as Input, Output, Passive, and Power.
The purpose and concept of Power Flags (PWR_FLAG) in CAD software to designate where power is actively supplied to a net.
An overview of the electronic design workflow, recognizing why schematic validation is crucial before proceeding to physical PCB layout.
Transferring the verified schematic data to the KiCad PCB Layout Editor to begin footprint placement and routing.
Running Design Rule Checks (DRC) on the physical PCB layout to detect trace clearance, routing, and manufacturing violations.
Configuring custom ERC rules and editing the Pin Conflicts Matrix in KiCad to suit specific organizational or design-level constraints.
Handling complex connectivity and signal integrity in multi-sheet, hierarchical schematic designs.
9.7K views60likes7:33@NumatoLabOriginal Release: 2013-06-18

Electrical Rules Check (ERC) is a verification tool in KiCad that identifies common schematic errors before PCB layout, including pin conflicts (connecting power output pins together), unconnected pins (requiring no-connect flags), and undriven pins (requiring power flags); to run ERC, first annotate the schematic, then use the ERC tool to test and fix errors by double-clicking to locate issues and applying appropriate corrections.