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
|
||||
Master: [](https://github.com/VLSIDA/PrivateRAM/commits/master)
|
||||
Dev: [](https://github.com/VLSIDA/PrivateRAM/commits/dev)
|
||||
[](https://github.com/VLSIDA/PrivateRAM/archive/dev.zip)
|
||||
Stable: [](https://github.com/VLSIDA/PrivateRAM/commits/master)
|
||||
Unstable: [](https://github.com/VLSIDA/PrivateRAM/commits/dev)
|
||||
[](https://github.com/VLSIDA/PrivateRAM/archive/master.zip)
|
||||
[](./LICENSE)
|
||||
|
||||
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"
|
||||
```
|
||||
|
||||
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]
|
||||
SCN4M_SUBM. The [SCMOS] spice models, however, are generic and should
|
||||
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
|
||||
|
||||
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
|
||||
$OPENRAM\_HOME to your $PYTHONPATH.
|
||||
using a single configuration file written in Python.
|
||||
|
||||
For example, create a file called *myconfig.py* specifying the following
|
||||
parameters for your memory:
|
||||
|
|
|
|||
Loading…
Reference in New Issue