matt123p / TinyCAD

Open Source circuit capture program
123 stars 26 forks source link

Fix xml netlist to use preferred (high level) label for hierarchical … #22

Closed avs031 closed 3 years ago

avs031 commented 3 years ago

…nets, instead of a lower level label.

Nets in XML netlists of hierarchical designs with multiple lower level diagrams and interconnecting wires got the name of one of the lower levels instead of the common highest level label. This small change fixes that.

matt123p commented 3 years ago

Many thanks - I have merged it.