Skip to content

Commit

Permalink
Merge pull request #228 from microSharjeel/asic
Browse files Browse the repository at this point in the history
Makefile for OpenRAM/OpenLane. OpenRAM make rule added
  • Loading branch information
jjts authored Nov 3, 2021
2 parents 9b88916 + 05c7474 commit 7a801b2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
5 changes: 3 additions & 2 deletions hardware/asic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,9 @@ git clone https://github.com/VLSIDA/OpenRAM
```
2. set following environment variables in bashrc
```bash
export OPENRAM_HOME="$HOME/openram/compiler"
export OPENRAM_TECH="$HOME/openram/technology"
export OPENRAM_COMPILER="<path to openRAM root dir>/compiler"
export OPENRAM_TECH="<path to openRAM root dir>/technology"
export OPENRAM_HOME="<path to openRAM root dir>"
```
3. Also add OPENRAM_HOME to your PYTHONPATH
```bash
Expand Down
8 changes: 8 additions & 0 deletions hardware/asic/skywater/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#Makefile for OpenLane and OpenRAM started on 2/11/21
sram:
python3 $(OPENRAM_COMPILER)/openram.py $(OPENRAM_HOME)/myconfig.py

.PHONY: clean
clean:
rm -rf __pycache__
rm -rf temp
1 change: 0 additions & 1 deletion hardware/asic/skywater/skywater130.mk

This file was deleted.

0 comments on commit 7a801b2

Please sign in to comment.