mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2024-11-22 12:35:06 +00:00
f61d400d88
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.
313 lines
6.4 KiB
Plaintext
313 lines
6.4 KiB
Plaintext