Skip to content

Commit 0c35b12

Browse files
committed
fix: add new var + remove duplicate + reorg alphabetically
Signed-off-by: Harsh Vardhanl <[email protected]>
1 parent adbb3a3 commit 0c35b12

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/user/FlowVariables.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -74,15 +74,16 @@ Note:
7474
| `WIRE_RC_LAYER` | = | = | = | = | = |
7575
| Clock Tree Synthesis | | | | | |
7676
| `CTS_BUF_CELL` | = | = | = | = | = |
77-
| `FILL_CELLS` | = | = | = | = | = |
7877
| `CTS_BUF_DISTANCE` | N/A | N/A | N/A | = | = |
78+
| `FILL_CELLS` | = | = | = | = | = |
79+
| 'TNS_END_PERCENT' | ?= | ?= | | ?= | ?= |
7980
| Routing | | | | | |
80-
| `MIN_ROUTING_LAYER` | = | = | = | = | ?= |
81-
| `MAX_ROUTING_LAYER` | = | = | = | = | ?= |
8281
| `FASTROUTE_TCL` | ?= | ?= | ?= | N/A | N/A |
83-
| `RCX_RULES` | = | = | = | = | = |
84-
| `KLAYOUT_TECH_FILE` | = | = | = | = | = |
8582
| `FILL_CONFIG` | = | = | N/A | N/A | N/A |
83+
| `KLAYOUT_TECH_FILE` | = | = | = | = | = |
84+
| `MAX_ROUTING_LAYER` | = | = | = | = | ?= |
85+
| `MIN_ROUTING_LAYER` | = | = | = | = | ?= |
86+
| `RCX_RULES` | = | = | = | = | = |
8687

8788

8889
### Library Setup
@@ -162,10 +163,9 @@ Note:
162163
|-----------------------|--------------------------------------------------------------------------------------------------------------|
163164
| `CTS_BUF_CELL` | The buffer cell used in the clock tree. |
164165
| `FILL_CELLS` | Fill cells are used to fill empty sites. |
165-
| `SETUP_SLACK_MARGIN` | Specifies a time margin for the slack when fixing setup violations. |
166166
| `HOLD_SLACK_MARGIN` | Specifies a time margin for the slack when fixing hold violations. This option allow you to overfix. |
167-
| `FILL_CELLS` | Fill cells are used to fill empty sites. |
168-
167+
| `SETUP_SLACK_MARGIN` | Specifies a time margin for the slack when fixing setup violations. |
168+
| 'TNS_END_PERCENT' | Specifies how many percent of violating paths to fix [0-100]. Worst path will always be fixed |
169169

170170
### Routing
171171

0 commit comments

Comments
 (0)