File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,8 @@ if { [info exists ::env(SLEW_MARGIN)] && $::env(SLEW_MARGIN) > 0.0} {
6464 puts " Slew margin $::env(SLEW_MARGIN) "
6565 append repair_design_args " -slew_margin $::env(SLEW_MARGIN) "
6666}
67- repair_design {*}$repair_design_args
67+ # repair_design {*}$repair_design_args
68+ repair_design
6869report_metrics " global route post repair design"
6970
7071# Running DPL to fix overlapped instances
@@ -101,7 +102,8 @@ if { [info exists ::env(SKIP_GATE_CLONING)] } {
101102 append repair_timing_args " -skip_gate_cloning"
102103}
103104
104- repair_timing {*}$repair_timing_args
105+ # repair_timing {*}$repair_timing_args
106+ repair_timing
105107report_metrics " global route post repair timing"
106108
107109# Running DPL to fix overlapped instances
You can’t perform that action at this time.
0 commit comments