Skip to content

Commit

Permalink
+ add documentation for extracting caravel macros parasitics if they …
Browse files Browse the repository at this point in the history
…are not available
  • Loading branch information
passant5 committed Oct 18, 2023
1 parent 3ee3b69 commit d7eff8c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -510,8 +510,14 @@ Start by updating the Makefile for your project. Starting in the project root..
This will update Caravel design files and install the scripts for running timing.

Then, you need to extract the caravel macros parasitics if they are not available. this step is only required once. run the following...

Then, you can run then run timing by the following...
.. code:: bash
make caravel-extract-parasitics
Then, you can run timing by the following...

.. code:: bash
Expand Down

0 comments on commit d7eff8c

Please sign in to comment.