Skip to content

Commit 51bd649

Browse files
committed
tmp disable additional args for repair_timing and repair_design
Signed-off-by: Eder Monteiro <[email protected]>
1 parent d281e9f commit 51bd649

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

flow/scripts/global_route.tcl

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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
6869
report_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
105107
report_metrics "global route post repair timing"
106108

107109
# Running DPL to fix overlapped instances

0 commit comments

Comments
 (0)