kicad/qa/tests/pcbnew/drc
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
..
drc_test_utils.cpp
drc_test_utils.h
test_custom_rule_severities.cpp ADDED: A new IPC API based on protobuf and nng 2024-04-02 19:34:36 -04:00
test_drc_copper_conn.cpp
test_drc_copper_graphics.cpp ADDED: A new IPC API based on protobuf and nng 2024-04-02 19:34:36 -04:00
test_drc_copper_sliver.cpp
test_drc_courtyard_invalid.cpp
test_drc_courtyard_overlap.cpp
test_drc_regressions.cpp Allow non-identical schematic/pcb nets 2024-04-15 17:54:44 -07:00
test_solder_mask_bridging.cpp ADDED: A new IPC API based on protobuf and nng 2024-04-02 19:34:36 -04:00