Update so you only need to run make install.

This commit is contained in:
mrg 2022-10-12 09:35:00 -07:00
parent 3b02a8846d
commit e808d7e50c
2 changed files with 2 additions and 9 deletions

View File

@ -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 ] || \

View File

@ -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