Skip to content

Commit

Permalink
update docs for openlane2
Browse files Browse the repository at this point in the history
  • Loading branch information
kareefardi committed Aug 23, 2023
1 parent fa1b072 commit bd4e9d0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -394,17 +394,16 @@ You will need to install openlane by running the following

.. code:: bash
export OPENLANE_ROOT=<openlane-installation-path>
# you can optionally specify the openlane tag to use
# by running: export OPENLANE_TAG=<openlane-tag>
# by running: export OPENLANE2_TAG=<openlane-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 <https://github.com/The-OpenROAD-Project/OpenLane#setting-up-openlane>`__.
`ReadtheDocs <https://openlane2.readthedocs.io/en/latest/>`__.

-----------------
Hardening Options
Expand Down

0 comments on commit bd4e9d0

Please sign in to comment.