From 9b3c85507633400a681fa46069ec35e033155e8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Harboe?= Date: Sun, 9 Jun 2024 11:57:26 +0200 Subject: [PATCH] docs: added documentation to be a bit more specific on ADDITIONAL_LEFS/LIBS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Øyvind Harboe --- docs/user/FlowVariables.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/user/FlowVariables.md b/docs/user/FlowVariables.md index d31cd6a9c4..d95d0a0a51 100644 --- a/docs/user/FlowVariables.md +++ b/docs/user/FlowVariables.md @@ -240,8 +240,8 @@ configuration file. | Variable | Description | |--------------------------|----------------------------------------------------------------------------------------------------| | `ADDITIONAL_FILES` | Additional files to be added to `make issue` archive | -| `ADDITIONAL_LEFS` | Hardened macro LEF view files listed here. | -| `ADDITIONAL_LIBS` | Hardened macro library files listed here. | +| `ADDITIONAL_LEFS` | Hardened macro LEF view files listed here. Used in synthesis, floorplan and when creating gds files | +| `ADDITIONAL_LIBS` | Hardened macro library files listed here. Used throughout the flow and when viewing the result in the OpenROAD GUI. | | `ADDITIONAL_GDS` | Hardened macro GDS files listed here. | | `VERILOG_INCLUDE_DIRS` | Specifies the include directories for the Verilog input files. | | `CORNER` | PVT corner library selection. Only available for ASAP7 and GF180 PDK. |