• jean-pierre charras's avatar
    ++eeschema: · 3543ba65
    jean-pierre charras authored
        In netlist generation, changed the rule to calculate netnames of nets with labels:
        Previously, named nets (i.e. nets with local, hierarchical or global labels) have their name
        defined by the first label found in list.
        So net names could be changed without really changing the schematic.
        Now the names are calculated from the rules (by priority order) :
        1 - use the most top level labels in hierarchies.
        2 - use global labels first, local labels next (hidden power pins names are global labels).
        3 - use alphabetic sort (so, if GND and AGND are connected, the net will be always named AGND,
        and adding a VSS connection cannot change the net name)
        So power nets and nets that have more than one label cannot have their netname changed
        if there is no actual change relative to these nets names in schematic
    3543ba65
Name
Last commit
Last update
3d-viewer Loading commit data...
CMakeModules Loading commit data...
Documentation Loading commit data...
artwork Loading commit data...
bitmap2component Loading commit data...
bitmaps Loading commit data...
common Loading commit data...
cvpcb Loading commit data...
demos Loading commit data...
eeschema Loading commit data...
gerbview Loading commit data...
helpers/tools_to_build_newstroke-font Loading commit data...
include Loading commit data...
kicad Loading commit data...
packaging Loading commit data...
pcbnew Loading commit data...
polygon Loading commit data...
potrace Loading commit data...
resources Loading commit data...
scripts Loading commit data...
template Loading commit data...
.bzrignore Loading commit data...
AUTHORS.txt Loading commit data...
CHANGELOG.txt Loading commit data...
CMakeLists.txt Loading commit data...
COPYRIGHT.txt Loading commit data...
CTestConfig.cmake Loading commit data...
Doxyfile Loading commit data...
INSTALL.txt Loading commit data...
README.txt Loading commit data...
TODO.txt Loading commit data...
copyright.h Loading commit data...
notes_about_pcbnew_new_file_format.odt Loading commit data...
uncrustify.cfg Loading commit data...
version.txt Loading commit data...