diff --git a/Makefile b/Makefile index 214b834b..401b0a73 100644 --- a/Makefile +++ b/Makefile @@ -84,7 +84,7 @@ $(SRAM_LIB_DIR): check-pdk-root git clone $(SRAM_LIB_GIT_REPO) $(SRAM_LIB_DIR) && \ cd $(SRAM_LIB_DIR) && git pull && git checkout $(SRAM_LIB_GIT_COMMIT)) -install: $(SRAM_LIB_DIR) pdk +install: $(SRAM_LIB_DIR) @[ -d $(PDK_ROOT)/sky130A ] || \ (echo "Warning: $(PDK_ROOT)/sky130A not found!! Run make pdk first." && false) @[ -d $(PDK_ROOT)/skywater-pdk ] || \ diff --git a/README.md b/README.md index e77ad7c6..39c016e5 100644 --- a/README.md +++ b/README.md @@ -82,16 +82,9 @@ entire [FreePDK45 PDK here][FreePDK45]. ### Sky130 Setup To install [Sky130], you must have the open_pdks files installed in $PDK_ROOT. +This will also install the [Sky130] SRAM build space and the appropriate cell views To install this automatically, you can run: -``` -cd $HOME/OpenRAM -make pdk -``` - -Then you must also install the [Sky130] SRAM build space and the appropriate cell views -by running: - ``` cd $HOME/OpenRAM make install