1
0
mirror of https://github.com/YosysHQ/nextpnr.git synced 2026-01-26 04:02:25 +00:00

ice40: More Python bindings and examples

Signed-off-by: David Shah <davey1576@gmail.com>
This commit is contained in:
David Shah
2018-06-07 15:04:07 +02:00
parent 547d4fe3ee
commit 1d39924c14
4 changed files with 38 additions and 7 deletions

View File

@@ -1,6 +1,2 @@
from nextpnrpy_ice40 import Chip, ChipArgs, iCE40Type
args = ChipArgs()
args.type = iCE40Type.LP384
chip = Chip(args)
for wire in chip.getWires():
print(chip.getWireName(wire))