Skip to content

Commit cf99cda

Browse files
committed
def2stream: less verbose output
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent c5e61d0 commit cf99cda

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
@@ -124,13 +124,9 @@ def read_fills(top):
124124
for i in main_layout.each_cell():
125125
print("[INFO] '{0}'".format(i.name))
126126

127-
print("[INFO] Reading DEF ...")
127+
print("[INFO] Reading DEF ...")
128128
main_layout.read(in_def, layoutOptions)
129129

130-
print("[INFO] Reporting cells after loading DEF ...")
131-
for i in main_layout.each_cell():
132-
print("[INFO] '{0}'".format(i.name))
133-
134130
# Clear cells
135131
top_cell_index = main_layout.cell(design_name).cell_index()
136132

0 commit comments

Comments
 (0)