Skip to content

Commit d70cb7f

Browse files
authored
Merge pull request #1600 from Pinata-Consulting/def2stream-less-verbose-output
def2stream: less verbose output
2 parents bcfefdb + cf99cda commit d70cb7f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

flow/util/def2stream.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -110,13 +110,9 @@ def read_fills(top):
110110
for i in main_layout.each_cell():
111111
print("[INFO] '{0}'".format(i.name))
112112

113-
print("[INFO] Reading DEF ...")
113+
print("[INFO] Reading DEF ...")
114114
main_layout.read(in_def, layoutOptions)
115115

116-
print("[INFO] Reporting cells after loading DEF ...")
117-
for i in main_layout.each_cell():
118-
print("[INFO] '{0}'".format(i.name))
119-
120116
# Clear cells
121117
top_cell_index = main_layout.cell(design_name).cell_index()
122118

0 commit comments

Comments
 (0)