Skip to content

Commit 5af6310

Browse files
committed
Change variable to SETUP_REPAIR_SEQUENCE
Signed-off-by: Matthew Guthaus <[email protected]>
1 parent d1c66b8 commit 5af6310

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/user/FlowVariables.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ configuration file.
171171
| <a name="SDC_FILE"></a>SDC_FILE| The path to design constraint (SDC) file.| | |
172172
| <a name="SDC_GUT"></a>SDC_GUT| Load design and remove all internal logic before doing synthesis. This is useful when creating a mock .lef abstract that has a smaller area than the amount of logic would allow. bazel-orfs uses this to mock SRAMs, for instance.| | |
173173
| <a name="SEAL_GDS"></a>SEAL_GDS| Seal macro to place around the design.| | |
174+
| <a name="SETUP_REPAIR_SEQUENCE"></a>SETUP_REPAIR_SEQUENCE| Specifies the sequence of moves to do in repair_timing -setup. This should be a string of move keywords separated by commas such as the default when not used: "unbuffer,sizedown,sizeup,swap,buffer,clone,split".| | |
174175
| <a name="SETUP_SLACK_MARGIN"></a>SETUP_SLACK_MARGIN| Specifies a time margin for the slack when fixing setup violations. This option allows you to overfix or underfix(negative value, terminate retiming before 0 or positive slack). See HOLD_SLACK_MARGIN for more details.| 0| |
175176
| <a name="SET_RC_TCL"></a>SET_RC_TCL| Metal & Via RC definition file path.| | |
176177
| <a name="SKIP_CTS_REPAIR_TIMING"></a>SKIP_CTS_REPAIR_TIMING| Skipping CTS repair, which can take a long time, can be useful in architectural exploration or when getting CI up and running.| | |
@@ -277,6 +278,7 @@ configuration file.
277278
- [RTLMP_RPT_DIR](#RTLMP_RPT_DIR)
278279
- [RTLMP_SIGNATURE_NET_THRESHOLD](#RTLMP_SIGNATURE_NET_THRESHOLD)
279280
- [RTLMP_WIRELENGTH_WT](#RTLMP_WIRELENGTH_WT)
281+
- [SETUP_REPAIR_SEQUENCE](#SETUP_REPAIR_SEQUENCE)
280282
- [SETUP_SLACK_MARGIN](#SETUP_SLACK_MARGIN)
281283
- [SKIP_GATE_CLONING](#SKIP_GATE_CLONING)
282284
- [SKIP_LAST_GASP](#SKIP_LAST_GASP)
@@ -323,6 +325,7 @@ configuration file.
323325
- [POST_CTS_TCL](#POST_CTS_TCL)
324326
- [REMOVE_CELLS_FOR_EQY](#REMOVE_CELLS_FOR_EQY)
325327
- [REPORT_CLOCK_SKEW](#REPORT_CLOCK_SKEW)
328+
- [SETUP_REPAIR_SEQUENCE](#SETUP_REPAIR_SEQUENCE)
326329
- [SETUP_SLACK_MARGIN](#SETUP_SLACK_MARGIN)
327330
- [SKIP_CTS_REPAIR_TIMING](#SKIP_CTS_REPAIR_TIMING)
328331
- [SKIP_GATE_CLONING](#SKIP_GATE_CLONING)
@@ -341,6 +344,7 @@ configuration file.
341344
- [MIN_ROUTING_LAYER](#MIN_ROUTING_LAYER)
342345
- [REPORT_CLOCK_SKEW](#REPORT_CLOCK_SKEW)
343346
- [ROUTING_LAYER_ADJUSTMENT](#ROUTING_LAYER_ADJUSTMENT)
347+
- [SETUP_REPAIR_SEQUENCE](#SETUP_REPAIR_SEQUENCE)
344348
- [SETUP_SLACK_MARGIN](#SETUP_SLACK_MARGIN)
345349
- [SKIP_GATE_CLONING](#SKIP_GATE_CLONING)
346350
- [SKIP_INCREMENTAL_REPAIR](#SKIP_INCREMENTAL_REPAIR)

flow/scripts/variables.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ SETUP_SLACK_MARGIN:
484484
- floorplan
485485
- grt
486486
default: 0
487-
SETUP_MOVE_SEQUENCE:
487+
SETUP_REPAIR_SEQUENCE:
488488
description: |
489489
Specifies the sequence of moves to do in repair_timing -setup. This should be a string
490490
of move keywords separated by commas such as the default when not used:

0 commit comments

Comments
 (0)