mirror of
https://staging.allspice.dev/AllSpice-Demos/Actions-demo.git
synced 2025-04-24 09:13:21 +00:00
Debug
This commit is contained in:
parent
2d63d964fe
commit
b3dd9875db
@ -98,7 +98,7 @@ if __name__ == "__main__":
|
||||
for net in nets:
|
||||
writer.write(net + "\n")
|
||||
pins_on_net = netlist_rows[net]
|
||||
pins_on_net.sort()
|
||||
# pins_on_net.sort()
|
||||
writer.write(" " + " ".join(pins_on_net) + "\n")
|
||||
|
||||
print("Generated PCB netlist.", file=sys.stderr)
|
||||
|
Loading…
Reference in New Issue
Block a user