We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5e61d0 commit cf99cdaCopy full SHA for cf99cda
flow/util/def2stream.py
@@ -124,13 +124,9 @@ def read_fills(top):
124
for i in main_layout.each_cell():
125
print("[INFO] '{0}'".format(i.name))
126
127
-print("[INFO] Reading DEF ...")
+print("[INFO] Reading DEF ...")
128
main_layout.read(in_def, layoutOptions)
129
130
-print("[INFO] Reporting cells after loading DEF ...")
131
-for i in main_layout.each_cell():
132
- print("[INFO] '{0}'".format(i.name))
133
-
134
# Clear cells
135
top_cell_index = main_layout.cell(design_name).cell_index()
136
0 commit comments