I was reviewing a design today and found the attached screenshot confusing. I am using 9.0.2 but the design was done in an earlier of KiCAD. Note the skew tuning tool is saying that length is matched essentially perfectly (and it reports the same in the earlier KiCAD version). But in the net inspector it shows the total length as being off by 1.6mm. It looks like a lot of the error is in the via length, which does not make any sense to me.
From visual inspection - I think the skew tuning tool is wrong - I think the two traces are not length matched.
Can anybody explain what is happening here? Why does the skew tool and the net inspector disagree?
Could you share the project and I’ll take a look? Or you could try opening a copy of your project in the v9.99 nightly builds and see if the discrepancy is still there.
Thanks - confirmed. The skew tuning path following algorithm isn’t picking up the last segment (at the BGA side) of the _P track. It also, in debug builds, throws some asserts when hoving over that last segment.
With thanks to @craftyjon, if you click and hold over that misbehaving via, you’ll find there’s a very tiny stub track present. If you delete that, it all works fine (including correct via lengths between the two traces):
The reason this breaks it is the track following algorithm bails out at complex junctions, and it sees this via as a 3-way junction. We need to make that more robust for this kind of situation.