mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-01-25 19:57:13 +00:00
Fixing file->run renaming
Signed-off-by: David Shah <davey1576@gmail.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Run ./nextpnr-ice40 --json ice40/blinky.json --file python/dump_design.py
|
||||
# Run ./nextpnr-ice40 --json ice40/blinky.json --run python/dump_design.py
|
||||
for cell in sorted(design.cells, key=lambda x: x.first):
|
||||
print("Cell {} : {}".format(cell.first, cell.second.type))
|
||||
for port in sorted(cell.second.ports, key=lambda x: x.first):
|
||||
|
||||
Reference in New Issue
Block a user