We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 901e28c commit 9fec511Copy full SHA for 9fec511
doc-DFT-howto.md
@@ -53,6 +53,11 @@ Examples:
53
- Cap length to 500 bits/chain (chain count inferred):
54
- `... DFT_ENABLE=1 DFT_MAX_CHAIN_LENGTH=500 finish`
55
56
+Feasibility notes (OpenROAD will error if infeasible):
57
+- `DFT_MAX_CHAIN_LENGTH * DFT_MAX_CHAINS < #scan_flops` (not enough capacity)
58
+- any single required group/path exceeds `DFT_MAX_CHAIN_LENGTH`
59
+- `DFT_MAX_IMBALANCE` is too strict to satisfy given grouping/assignments
60
+
61
Validation tip: multi-chain designs should be checked with `--auto-chains` (see below).
62
63
## 3) Ordering Modes (How Cells Are Sequenced Within Each Chain)
0 commit comments