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. |