From 5dea8e5b971d2d573d172431705fa29618e63775 Mon Sep 17 00:00:00 2001 From: Eren Dogan Date: Mon, 6 Mar 2023 11:55:18 -0800 Subject: [PATCH] Add note for using conda to install pdk --- docs/source/basic_setup.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/source/basic_setup.md b/docs/source/basic_setup.md index 78edc352a..a1f70e0c6 100644 --- a/docs/source/basic_setup.md +++ b/docs/source/basic_setup.md @@ -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: