From bd4e9d0a05469f08c382006de793fcac782b1da8 Mon Sep 17 00:00:00 2001 From: kareefardi Date: Wed, 23 Aug 2023 22:16:10 +0300 Subject: [PATCH] update docs for openlane2 --- docs/source/index.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index c8d84bb59..75c33e50a 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -119,7 +119,7 @@ Starting your project #. Integrate modules into the user_project_wrapper - * Change the environment variables ``VERILOG_FILES_BLACKBOX``, ``EXTRA_LEFS`` and ``EXTRA_GDS_FILES`` in ``openlane/user_project_wrapper/config.tcl`` to point to your module + * Change the variable `MACROS` in ``openlane/user_project_wrapper/config.json`` to point to your module * Instantiate your module(s) in ``verilog/rtl/user_project_wrapper.v`` * Harden the user_project_wrapper including your module(s), using this command: @@ -394,17 +394,16 @@ You will need to install openlane by running the following .. code:: bash - export OPENLANE_ROOT= # you can optionally specify the openlane tag to use - # by running: export OPENLANE_TAG= + # by running: export OPENLANE2_TAG= # if you do not set the tag, it defaults to the last verfied tag tested for this project make openlane For detailed instructions on the openlane and the pdk installation refer to -`README `__. +`ReadtheDocs `__. ----------------- Hardening Options