Skip to content

Commit

Permalink
Add note for using conda to install pdk
Browse files Browse the repository at this point in the history
  • Loading branch information
erendn committed Mar 6, 2023
1 parent ec6ec22 commit 5dea8e5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/source/basic_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5dea8e5

Please sign in to comment.