diff options
Diffstat (limited to 'python')
-rw-r--r-- | python/dump_design.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/dump_design.py b/python/dump_design.py index b8436288..22d4ab17 100644 --- a/python/dump_design.py +++ b/python/dump_design.py @@ -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): |