mirror of https://github.com/VLSIDA/OpenRAM.git
Clarify basic setup instructions.
This commit is contained in:
parent
63038480fc
commit
26814f92ef
15
README.md
15
README.md
|
|
@ -1,7 +1,7 @@
|
||||||
# OpenRAM
|
# OpenRAM
|
||||||
Master: [](https://github.com/VLSIDA/PrivateRAM/commits/master)
|
Stable: [](https://github.com/VLSIDA/PrivateRAM/commits/master)
|
||||||
Dev: [](https://github.com/VLSIDA/PrivateRAM/commits/dev)
|
Unstable: [](https://github.com/VLSIDA/PrivateRAM/commits/dev)
|
||||||
[](https://github.com/VLSIDA/PrivateRAM/archive/dev.zip)
|
[](https://github.com/VLSIDA/PrivateRAM/archive/master.zip)
|
||||||
[](./LICENSE)
|
[](./LICENSE)
|
||||||
|
|
||||||
An open-source static random access memory (SRAM) compiler.
|
An open-source static random access memory (SRAM) compiler.
|
||||||
|
|
@ -39,6 +39,12 @@ For example add this to your .bashrc:
|
||||||
export OPENRAM_TECH="$HOME/openram/technology"
|
export OPENRAM_TECH="$HOME/openram/technology"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
You may also wish to add OPENRAM\_HOME to your PYTHONPATH:
|
||||||
|
|
||||||
|
```
|
||||||
|
export PYTHONPATH="$PYTHONPATH:$OPENRAM_HOME"
|
||||||
|
```
|
||||||
|
|
||||||
We include the tech files necessary for [FreePDK45] and [SCMOS]
|
We include the tech files necessary for [FreePDK45] and [SCMOS]
|
||||||
SCN4M_SUBM. The [SCMOS] spice models, however, are generic and should
|
SCN4M_SUBM. The [SCMOS] spice models, however, are generic and should
|
||||||
be replaced with foundry models. If you are using [FreePDK45], you
|
be replaced with foundry models. If you are using [FreePDK45], you
|
||||||
|
|
@ -56,8 +62,7 @@ We have included the most recent SCN4M_SUBM design rules from [Qflow].
|
||||||
# Basic Usage
|
# Basic Usage
|
||||||
|
|
||||||
Once you have defined the environment, you can run OpenRAM from the command line
|
Once you have defined the environment, you can run OpenRAM from the command line
|
||||||
using a single configuration file written in Python. You may wish to add
|
using a single configuration file written in Python.
|
||||||
$OPENRAM\_HOME to your $PYTHONPATH.
|
|
||||||
|
|
||||||
For example, create a file called *myconfig.py* specifying the following
|
For example, create a file called *myconfig.py* specifying the following
|
||||||
parameters for your memory:
|
parameters for your memory:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue