Skip to content

Commit cd8df93

Browse files
committed
Add variable for move sequence selection.
Signed-off-by: Matthew Guthaus <[email protected]>
1 parent 10cf974 commit cd8df93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flow/scripts/util.tcl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ proc repair_timing_helper { {hold_margin 1} } {
3131
if {$hold_margin || $::env(HOLD_SLACK_MARGIN) < 0} {
3232
append_env_var additional_args HOLD_SLACK_MARGIN -hold_margin 1
3333
}
34+
append_env_var additional_args SETUP_MOVE_SEQUENCE -sequence 1
3435
append_env_var additional_args TNS_END_PERCENT -repair_tns 1
3536
append_env_var additional_args SKIP_PIN_SWAP -skip_pin_swap 0
3637
append_env_var additional_args SKIP_GATE_CLONING -skip_gate_cloning 0

0 commit comments

Comments
 (0)