From 862d509ef3d722e56cc22f02eac5d9f62ea1541b Mon Sep 17 00:00:00 2001 From: kareefardi Date: Thu, 7 Dec 2023 01:46:51 +0200 Subject: [PATCH] update RUN_KLAYOUT_DRC documenation --- 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 f382da0fa..0099a3f09 100644 --- a/docs/source/reference/configuration.md +++ b/docs/source/reference/configuration.md @@ -355,7 +355,7 @@ These variables worked initially, but they were too sky130 specific and will be |-|-| | `RUN_KLAYOUT` | Enables running KLayout and GDSII streaming. 1 = Enabled, 0 = Disabled
(Default: `1`)| | `RUN_KLAYOUT_XOR` | Enables running KLayout XOR on 2 GDSIIs, the defaults are the one produced by magic vs the one produced by klayout. 1 = Enabled, 0 = Disabled
(Default: `1`)| -| `RUN_KLAYOUT_DRC` | Enables running KLayout DRC on GDSII produced by `PRIMARY_GDSII_STREAMOUT_TOOL`. 1 = Enabled, 0 = Disabled
(Default: `0`)| +| `RUN_KLAYOUT_DRC` | Enables running KLayout DRC on GDSII produced by `PRIMARY_GDSII_STREAMOUT_TOOL`. 1 = Enabled, 0 = Disabled
(Default: `1`)| | `KLAYOUT_DRC_KLAYOUT_GDS` | Enables running KLayout DRC on GDSII produced by KLayout. 1 = Enabled, 0 = Disabled
(Default: `0`)| | `KLAYOUT_XOR_THREADS` | Specifies number of threads used in klayout xor check
(Default: `1`)| | `KLAYOUT_DRC_THREADS` | Specifies number of threads used in klayout drc check
(Default: `1`)|