Skip to content

Commit 8f2572e

Browse files
authored
Merge pull request #951 from openroadie/master
fix: add new var + remove duplicate + reorg alphabetically
2 parents adbb3a3 + e4ff968 commit 8f2572e

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

docs/user/FlowVariables.md

Lines changed: 8 additions & 7 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,9 +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. |
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 |
168169

169170

170171
### Routing

0 commit comments

Comments
 (0)