nextpnr/python/python_test.py
David Shah 1d39924c14 ice40: More Python bindings and examples
Signed-off-by: David Shah <davey1576@gmail.com>
2018-06-07 15:04:07 +02:00

3 lines
63 B
Python

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