During routing, does it use netclass information? #20
|
I've attached net class information to all nets. Will the router use that? |
Replies: 1 comment
|
Yes — the KiCad plugin reads net class parameters (track width, clearance, via size, via drill) directly from the board. In the plugin's Basic tab:
When nets from different classes are routed together, the obstacle map uses the larger clearance for each pairing, so e.g. a Note that this currently only reads track width, clearance, via size, and via drill from the net class. Diff-pair width/gap from net classes is read but applied separately via the Differential tab. Things like uViaSize, custom rules, and length-matching tolerances from KiCad's netclass definitions are not consumed by the router — those still need to be configured in the plugin GUI. |
Yes — the KiCad plugin reads net class parameters (track width, clearance, via size, via drill) directly from the board.
In the plugin's Basic tab:
When nets from different classes are routed together, the obstacle map uses the larger clearance for each pairing, so e.g. a
Wide(0.4 mm clearance) net routed nearDefaultpads still gets the …