From 6236a1042797be90224461adf23243e0bb16f2fe Mon Sep 17 00:00:00 2001 From: David Shah Date: Thu, 7 Jun 2018 13:08:18 +0200 Subject: Fixing file->run renaming Signed-off-by: David Shah --- python/dump_design.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') 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): -- cgit v1.2.3