Skip to main content

How to Route Differential Pairs in KiCad

Author Profile img: Pooja Mitra

By Pooja Mitra

September 23, 2024 | 0 Comments

Reviewer Thumbnail

Reviewed for technical accuracy by Abhishek

PCB Design Lead

how-to-route-differential-pairs-in-kicad.jpg

Contents

webinar image
On-demand webinar

How Good is My Shield? An Introduction to Transfer Impedance and Shielding Effectiveness

by Karen Burnham

Routing differential pairs is a crucial step in designing high-speed PCBs, as it directly impacts the signal integrity. KiCad offers features like differential pair routing, length tuning, and skew matching to ensure both traces have identical length, width, and proper spacing, minimizing signal interference.

In this KiCad tutorial, you will learn the steps to route differential pairs in KiCad, ensuring accurate signal timing, length matching, and skew control.

Routing a differential pair in KiCad

Step 1: Choose the layer to route diff pair

Before routing a differential pair, confirm that you’re on the correct layer. To route on the bottom layer, select Bottom.Cu in the layer selector.

layer-selection-for-routing-differential-pairs-in-kicad.jpg
Layer selection for routing differential pairs in KiCad.

Step 2: Select the differential pair tool

Navigate to Route –> Route Differential Pair from the menu.

route-differential-pair-kicad.jpg
Route Differential Pair option in KiCad version 8.

Step 3: Route the traces

Select the starting point of the pair, typically from a pad or via, and click to start routing. Guide the traces along the desired path. KiCad will automatically maintain the specified gap between the two traces.

routing-differential-pair-kicad.jpg
Routing a differential pair in Kicad.

Step 4: Check the skew

Ensure the skew between the two lines of the differential pair does not exceed your set tolerance (typically around 5 mil). This can be adjusted in the rule settings, which we have discussed in the matching skew between traces section.

For the final connection, you can use a single trace to make it easier to complete the routing.

For step-by-step guidelines on designing a PCB using KiCad, download our eBook.

KiCad Design Guide - Cover Image

KiCad Design Guide

10 Chapters - 161 Pages - 180 Minute Read
What's Inside:
  • Creating a component symbol library
  • Setting up board parameters and rules
  • How to route differential pairs
  • How to place of components

 

Length tuning the differential pair

You must length-match the differential pairs to ensure signal integrity in high-speed PCB designs. Follow these steps to length-match differential pairs using KiCad.

Step 1: Set up length-matching rules

Before tuning, you need to define the length-matching parameters in Board Setup.

To access the Board Setup dialog, click the Board Setup icon in the top toolbar or navigate through File –> Board Setup.

board-setup-kicad.jpg
Board setup option in KiCad 8.

In the Board Setup, click on the Length-Tuning Patterns section. Set the parameters for single-track, differential pairs, and differential pair skews.

Define the amplitude, the spacing for serpentine patterns (ideally 3W), and the corner style (e.g., Fillet).

setting-up-length-matching-rules-in-kicad.jpg
Setting up length matching rules in KiCad.

The spacing is calculated from edge-to-edge of the traces rather than center-to-center to achieve the desired 3W spacing accurately.

Step 2: Create and assign a differential pair class

Create a new net class for your differential pairs and set the trace width and clearance according to your design requirements. Next, configure the differential pair width and gap (clearance between the traces).

Go to the Net classes section in the Board Setup and assign a class to the differential pairs.

new-class-for-differential-pairs.jpg
Assigning a class to the differential pairs.

Ensure your minimum track width in the constraint manager is less than or equal to the differential pair width. If this is not set correctly, KiCad may not apply the rules as expected, leading to routing errors.

differential-pair-constraints-board-setup-kicad.jpg
The minimum track width in the constraint manager should be less than or equal to the differential pair width.

 

tool-image

PCB DESIGN TOOL

Trace Width, Current Capacity and Temperature Rise Calculator

Calc TRY TOOL

 

Step 3: Calculate and set length matching tolerances

After routing the traces, check the routed length for each trace. Identify the longest trace in your differential pair.

identifying-the-longest-trace-in-your-differential-pair.jpg
Identifying the longest trace in your differential pair.

Use its length as a reference to set custom rules under Design Rules in the Board Setup.

setting-custom-rules-for-differential-pairs-in-kicad.jpg
Setting custom rules for differential pairs in KiCad version 8.

For example, if the longest trace is 1661.25 mil, set the maximum length to 1662 mil and allow a tolerance of ±10 mil. This means the minimum length should be set to 1652 mil.

All traces within this class will be evaluated against these minimum and maximum length limits, and any trace falling outside this range will trigger an error.

Step 4: Perform length tuning

Once the rules are set, use the length tuning tool to adjust the shorter trace. Go to Route > Tune Length of a Differential Pair from the menu.

tuning-length-of-a-differential-pair.jpg
Selection of length tuning tool for differential pairs.
minimum-maximum-trace-length-of-a-differential-pair.jpg
Minimum and maximum trace lengths of a differential pair.

The tool will display the current length, and as you drag to adjust, it will update the length to meet the minimum and maximum requirements you’ve set.

pull-the-trace-to-meet-min-length-differential-pair.jpg
Drag to adjust the differential pair length to meet the minimum requirement.

When the length falls within the specified range, click to finalize the tuning.

After tuning, verify that all differential pairs meet the length-matching criteria. If the traces don’t match the required length, KiCad will flag them, allowing you to make further adjustments.

To receive an instant cost estimate for your PCB design without exiting KiCad, install the KiCad Quote Plugin.

Matching skew between traces

Skew matching is an essential step when working with differential pairs. It ensures that the signals on the pair’s positive (P) and negative (N) traces remain synchronized. KiCad provides tools and custom rules to help achieve precise skew matching.

Step 1: Access the board setup

Navigate to File > Board Setup or click the Board Setup icon in the top toolbar.

 board-setup-in-kicad.jpg
Board Setup icon in KiCad version 8.

Step 2: Define skew matching rules

In the Board Setup dialog, go to Design Rules > Custom Rules. Set the skew constraint rule. This rule is specifically for skew matching within differential pairs.

For example, set the minimum skew as -5 mil and the maximum skew as +5 mil. This configuration means that the length difference between the P and N traces should not exceed 5 mil in either direction.

setting-custom-rule-for-skew-matching-differential-pair.jpg
Setting custom rules for skew matching in KiCad.

If the longest trace in the pair is 100 mil, the shorter trace must be between 95 mil and 100 mil. The rule checks each trace in the pair individually, ensuring that neither exceeds the defined skew limits.

Make sure the skew rule is only applied to coupled differential pairs. In the Custom Rules section, specify that the rule applies to traces that belong to the same differential pair.

KiCad version 9 introduces skew management features for differential pairs. This allows you to set advanced rules to minimize skew and enhance signal integrity in high-speed designs. Discover more enhanced features in KiCad version 9: exploring the new features.

Step 3: Tune the skew of the differential pair

After setting up the skew constraint, you can proceed with tuning the skew. Click on Route –> Tune Skew of Differential Pair. This allows you to adjust the trace lengths within your skew tolerance.

tune-skew-of-a-differential-pair.jpg
Tune Skew of a Differential Pair option in KiCad 8.

Click on the differential pair to verify the current skew.

 differential-pair-skew-matching.jpg
Differential pair skew matching in KiCad.

If the skew exceeds the set limit, adjust the trace by pulling it to reduce the length difference and match it more closely with the other trace.

If there are multiple differential pairs, space them at least 5W apart, where W represents the width of the differential pair.

To learn the steps for routing standard traces in KiCad, see how to route a PCB in KiCad.

Have queries on PCB design, assembly, and manufacturing? Post them on our forum, SierraConnect; our experts will answer them for you.

sierra-connect-banner.jpg

post a question

Start the discussion at sierraconnect.protoexpress.com

Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments

Talk to a Sierra Circuits PCB Expert today

24 hours a day, 7 days a week.

Call us: +1 (800) 763-7503
Book a Meeting with a Sales Rep
Email us: through our Customer Care form