DRC violation with differential pair router
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
KiCad |
Fix Released
|
Medium
|
Tomasz Wlostowski |
Bug Description
I get a DRC violation if I use the differential pair router.
Steps to reproduce:
1. create schematic with differential pair signal
2. create netlist, etc. for the board
3. route differential pair with 0.024 inch track width and 0.005 inch gap and the design rules set to the same 0.024 in track width and 0.005 in clearance
4. run the drc
Result is a "two tracks ends too close" error. Not sure why.
I attached a demo board.
Application: kicad
Version: (2016-01-11 BZR 6449, Git 9362a6e)-product release build
wxWidgets: Version 3.0.2 (debug,
Platform: Windows 7 (build 7601, Service Pack 1), 64-bit edition, 64 bit, Little endian, wxMSW
Boost version: 1.57.0
libcurl version: 7.45.0 (with SSL - OpenSSL/1.0.2d)
Changed in kicad: | |
assignee: | nobody → Tomasz Wlostowski (twlostow) |
tags: | added: cern pns |
Changed in kicad: | |
status: | New → Confirmed |
Changed in kicad: | |
importance: | Undecided → Medium |
status: | Confirmed → In Progress |
Changed in kicad: | |
status: | Fix Committed → Fix Released |
I experienced the same issue when I was doing a BGA fanout. I suspect the problem migth be with floating point dimensions comparison as when I decreased minimal clearance from 0.1 mm to 0.099 mm it went OK.