Skip to content

Commit

Permalink
Update index.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
marwaneltoukhy authored Aug 10, 2023
1 parent dec4c74 commit a994b87
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,12 @@ Starting your project

make setup

* This command will setup your environment by installing the following
* This command will setup your environment by installing the following

- caravel_lite (a lite version of caravel)
- management core for simulation
- openlane to harden your design
- pdk
- caravel_lite (a lite version of caravel)
- management core for simulation
- openlane to harden your design
- pdk


#. Now you can start hardening your design
Expand Down Expand Up @@ -168,15 +168,15 @@ Starting your project
make caravel-sta
**NOTE:** To update timing scripts run ``make setup-timing-scripts``
**NOTE:** To update timing scripts run ``make setup-timing-scripts``

#. Run standalone LVS

.. code:: bash
make lvs-<macro_name> # macro is the name of the macro you want to run LVS on
**NOTE:** You have to create a new config file for each macro under ``lvs/<macro_name>/lvs_config.json``
**NOTE:** You have to create a new config file for each macro under ``lvs/<macro_name>/lvs_config.json``

#. Run the precheck locally

Expand Down

0 comments on commit a994b87

Please sign in to comment.