kicad_ctrl_netlist_diff
Compare old and new KiCad schematic netlists to identify added, removed, or modified nets and components, ensuring PCB traces are rerouted accurately.
Instructions
Station 0b: Compare old and new schematic netlists.
Shows what connectivity changed — added/removed/modified nets and components. This tells you exactly which PCB traces need rerouting.
IMPORTANT: Review the diff before proceeding to PCB analysis.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | Yes | Path to the NEW .kicad_sch (current version) | |
| old_schematic | No | Path to the OLD .kicad_sch (previous version). If not provided, uses git to find the previous version. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||