mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-01-14 15:46:04 +00:00
3 lines
63 B
Python
3 lines
63 B
Python
for wire in chip.getWires():
|
|
print(chip.getWireName(wire))
|