7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2024-11-22 12:35:06 +00:00
kicad/qa/data/pcbnew/unconnected-netnames/unconnected-netnames.kicad_pcb
Seth Hillbrand f61d400d88 Allow non-identical schematic/pcb nets
The schematic net names are fully unique but if we have multiple pads
that are mapped to a NC pin, they need to have unique net names so that
they do not get connected to each other in the ratsnest.  This breaks
the schematic parity check as we have modified the netname for some
pads.  To work around this, we first maintain the zero-th net without
suffix and then add an additional check in DRC to ensure that we allow
unconnected nets as long as the share a common prefix with the schematic
netname.
2024-04-15 17:54:44 -07:00

313 lines
6.4 KiB
Plaintext