mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-01-25 19:57:13 +00:00
python: More design-related bindings, dump_design.py working again
Signed-off-by: David Shah <davey1576@gmail.com>
This commit is contained in:
@@ -21,5 +21,5 @@ for cell, cinfo in sorted(ctx.cells, key=lambda x: x.first):
|
||||
print("\t\t{}: {}".format(param, val))
|
||||
|
||||
if cinfo.bel.index != -1:
|
||||
print("\tBel: {}".format(ctx.getBelName(cinfo.bel)))
|
||||
print("\tBel: {}".format(cinfo.bel))
|
||||
print()
|
||||
|
||||
Reference in New Issue
Block a user