python: More design-related bindings, dump_design.py working again

Signed-off-by: David Shah <[email protected]>
This commit is contained in:
David Shah
2018-07-04 14:55:24 +02:00
parent 79e91368f9
commit 46db500123
4 changed files with 125 additions and 26 deletions
+1 -1
View File
@@ -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()