Skip to content

Commit 655149b

Browse files
committed
Add -verbose to repair_design_helper
Signed-off-by: Matt Liberty <[email protected]>
1 parent 560af1d commit 655149b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flow/scripts/util.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ proc repair_timing_helper { {hold_margin 1} } {
4242
proc repair_design_helper {} {
4343
puts "Perform buffer insertion and gate resizing..."
4444

45-
set additional_args ""
45+
set additional_args "-verbose"
4646
append_env_var additional_args CAP_MARGIN -cap_margin 1
4747
append_env_var additional_args SLEW_MARGIN -slew_margin 1
4848
append_env_var additional_args MATCH_CELL_FOOTPRINT -match_cell_footprint 0

0 commit comments

Comments
 (0)