kicad/qa/eeschema/data/netlists
Jon Evans 487aa37d2e Connectivity: don't rename things multiple times in subsheets
Depending on what order the subgraphs are processed in, it's
possible to hit a case where the parent sheet renames a bus
member before the bus neighbor renaming logic runs.  In this
case, we don't want to apply the bus neighbor logic as it will
break connectivity to the parent sheet if that bus was not
also renamed (for example, if the hier ports only make net
connections and not bus connections)

Fixes https://gitlab.com/kicad/code/kicad/-/issues/6887
2020-12-29 16:42:30 -05:00
..
bus_junctions Add testcase for bus junctions problem 2020-10-27 23:02:49 -04:00
complex_hierarchy Fix off-by-one error in exporting netlist, and update testcases. 2020-12-04 19:37:55 +00:00
test_global_promotion Refactor common QA components to create a single common library 2020-07-18 16:21:15 +01:00
test_global_promotion_2 Refactor common QA components to create a single common library 2020-07-18 16:21:15 +01:00
test_hier_renaming Connectivity: don't rename things multiple times in subsheets 2020-12-29 16:42:30 -05:00
video Fix off-by-one error in exporting netlist, and update testcases. 2020-12-04 19:37:55 +00:00
weak_vector_bus_disambiguation Fix disambiguation for vector buses with different ranges 2020-10-08 22:26:24 -04:00