mirror of https://github.com/VLSIDA/OpenRAM.git
Fix typos in README
This commit is contained in:
parent
5cd89fd7da
commit
65d341619c
11
README.md
11
README.md
|
|
@ -1,5 +1,6 @@
|
||||||
# OpenRAM
|
# OpenRAM
|
||||||
[](https://github.com/VLSIDA/PrivateRAM/commits)
|
Master: [](https://github.com/VLSIDA/PrivateRAM/commits/master)
|
||||||
|
Dev: [](https://github.com/VLSIDA/PrivateRAM/commits/dev)
|
||||||
[](https://github.com/VLSIDA/PrivateRAM/archive/dev.zip)
|
[](https://github.com/VLSIDA/PrivateRAM/archive/dev.zip)
|
||||||
[](./LICENSE)
|
[](./LICENSE)
|
||||||
|
|
||||||
|
|
@ -87,7 +88,7 @@ output_name = "sram_{0}_{1}_{2}".format(word_size,num_words,tech_name)
|
||||||
|
|
||||||
You can then run OpenRAM by executing:
|
You can then run OpenRAM by executing:
|
||||||
```
|
```
|
||||||
python3 $OPENRAM\_HOME/openram.py myconfig
|
python3 $OPENRAM_HOME/openram.py myconfig
|
||||||
```
|
```
|
||||||
You can see all of the options for the configuration file in
|
You can see all of the options for the configuration file in
|
||||||
$OPENRAM\_HOME/options.py
|
$OPENRAM\_HOME/options.py
|
||||||
|
|
@ -192,9 +193,9 @@ OpenRAM is licensed under the [BSD 3-clause License](./LICENSE).
|
||||||
[VLSIARCH]: https://vlsiarch.ecen.okstate.edu/
|
[VLSIARCH]: https://vlsiarch.ecen.okstate.edu/
|
||||||
[OpenRAMpaper]: https://ieeexplore.ieee.org/document/7827670/
|
[OpenRAMpaper]: https://ieeexplore.ieee.org/document/7827670/
|
||||||
|
|
||||||
[Github issues]: https://github.com/PrivateRAM/PrivateRAM/issues
|
[Github issues]: https://github.com/VLSIDA/PrivateRAM/issues
|
||||||
[Github pull request]: https://github.com/PrivateRAM/PrivateRAM/pulls
|
[Github pull request]: https://github.com/VLSIDA/PrivateRAM/pulls
|
||||||
[Github projects]: https://github.com/PrivateRAM/PrivateRAM/projects
|
[Github projects]: https://github.com/VLSIDA/PrivateRAM/projects
|
||||||
|
|
||||||
[email me]: mailto:mrg+openram@ucsc.edu
|
[email me]: mailto:mrg+openram@ucsc.edu
|
||||||
[dev-group]: mailto:openram-dev-group@ucsc.edu
|
[dev-group]: mailto:openram-dev-group@ucsc.edu
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue