Add note for using conda to install pdk

This commit is contained in:
Eren Dogan 2023-03-06 11:55:18 -08:00
parent ec6ec22a29
commit 5dea8e5b97
1 changed files with 7 additions and 0 deletions

View File

@ -120,6 +120,13 @@ To install this automatically, you can run:
cd $HOME/OpenRAM
make pdk
```
> **Note**: If you don't have Magic installed, you need to install and activate the conda environment before running this command.
> You can install conda with:
>
> ```
> source miniconda/bin/activate
> ```
Then you must also install the [Sky130] SRAM build space with the appropriate cell views into the OpenRAM technology directory
by running: