mirror of https://github.com/VLSIDA/OpenRAM.git
Update so you only need to run make install.
This commit is contained in:
parent
3b02a8846d
commit
e808d7e50c
2
Makefile
2
Makefile
|
|
@ -84,7 +84,7 @@ $(SRAM_LIB_DIR): check-pdk-root
|
||||||
git clone $(SRAM_LIB_GIT_REPO) $(SRAM_LIB_DIR) && \
|
git clone $(SRAM_LIB_GIT_REPO) $(SRAM_LIB_DIR) && \
|
||||||
cd $(SRAM_LIB_DIR) && git pull && git checkout $(SRAM_LIB_GIT_COMMIT))
|
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 ] || \
|
@[ -d $(PDK_ROOT)/sky130A ] || \
|
||||||
(echo "Warning: $(PDK_ROOT)/sky130A not found!! Run make pdk first." && false)
|
(echo "Warning: $(PDK_ROOT)/sky130A not found!! Run make pdk first." && false)
|
||||||
@[ -d $(PDK_ROOT)/skywater-pdk ] || \
|
@[ -d $(PDK_ROOT)/skywater-pdk ] || \
|
||||||
|
|
|
||||||
|
|
@ -82,16 +82,9 @@ entire [FreePDK45 PDK here][FreePDK45].
|
||||||
### Sky130 Setup
|
### Sky130 Setup
|
||||||
|
|
||||||
To install [Sky130], you must have the open_pdks files installed in $PDK_ROOT.
|
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:
|
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
|
cd $HOME/OpenRAM
|
||||||
make install
|
make install
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue