nextpnr/python/python_test.py

3 lines
63 B
Python
Raw Normal View History

for wire in chip.getWires():
print(chip.getWireName(wire))