From 20dbf2927e87437f56aac479a15d880d6409c66c Mon Sep 17 00:00:00 2001 From: kareefardi Date: Tue, 12 Dec 2023 13:45:11 +0200 Subject: [PATCH] Add valid range for DRT_OPT_ITERS --- docs/source/reference/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/reference/configuration.md b/docs/source/reference/configuration.md index 0099a3f09..85472efdd 100644 --- a/docs/source/reference/configuration.md +++ b/docs/source/reference/configuration.md @@ -278,7 +278,7 @@ These variables worked initially, but they were too sky130 specific and will be | `GRT_MACRO_EXTENSION` ‡ | Sets the number of GCells added to the blockages boundaries from macros. A GCell is typically defined in terms of Mx routing tracks. The default GCell size is 15 M3 pitches.
(Default: `0`) | | `DRT_MIN_LAYER` | An optional override to the lowest layer used in detailed routing. For example, in sky130, you may want global routing to avoid li1, but let detailed routing use li1 if it has to.
(Default: `RT_MIN_LAYER`)| | `DRT_MAX_LAYER` | An optional override to the highest layer used in detailed routing.
(Default: `RT_MAX_LAYER`)| -| `DRT_OPT_ITERS` | Specifies the maximum number of optimization iterations during Detailed Routing in TritonRoute.
(Default: `64`) | +| `DRT_OPT_ITERS` | Specifies the maximum number of optimization iterations during Detailed Routing in TritonRoute. Values allowed are integers from `1` to `64`.
(Default: `64`) | | `ROUTING_OPT_ITERS` |**Removed: Use `DRT_OPT_ITERS`**: Specifies the maximum number of optimization iterations during Detailed Routing in TritonRoute.| | `GLB_RT_MINLAYER` | **Removed: Use `RT_MIN_LAYER`**: The number of lowest layer to be used in routing.| | `GLB_RT_MAXLAYER` | **Removed: Use `RT_MAX_LAYER`**: The number of highest layer to be used in routing.|