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.
2 parents 560af1d + 655149b commit 2c09ff1Copy full SHA for 2c09ff1
flow/scripts/util.tcl
@@ -42,7 +42,7 @@ proc repair_timing_helper { {hold_margin 1} } {
42
proc repair_design_helper {} {
43
puts "Perform buffer insertion and gate resizing..."
44
45
- set additional_args ""
+ set additional_args "-verbose"
46
append_env_var additional_args CAP_MARGIN -cap_margin 1
47
append_env_var additional_args SLEW_MARGIN -slew_margin 1
48
append_env_var additional_args MATCH_CELL_FOOTPRINT -match_cell_footprint 0
0 commit comments