mirror of https://github.com/VLSIDA/OpenRAM.git
111 lines
5.8 KiB
Markdown
111 lines
5.8 KiB
Markdown

|
|
# OpenRAM
|
|
|
|
[](https://www.python.org/)
|
|
[](./LICENSE)
|
|
[](https://pypi.org/project/openram/)
|
|
[](https://githubtocolab.com/sfmth/openram-playground/blob/main/OpenRAM.ipynb)
|
|
|
|
An open-source static random access memory (SRAM) compiler.
|
|
|
|
|
|
|
|
# What is OpenRAM?
|
|
<img align="right" width="25%" src="https://raw.githubusercontent.com/VLSIDA/OpenRAM/stable/images/SCMOS_16kb_sram.jpg">
|
|
|
|
OpenRAM is an award winning open-source Python framework to create the layout,
|
|
netlists, timing and power models, placement and routing models, and
|
|
other views necessary to use SRAMs in ASIC design. OpenRAM supports
|
|
integration in both commercial and open-source flows with both
|
|
predictive and fabricable technologies.
|
|
|
|
|
|
|
|
# Documentation
|
|
|
|
Please see our [documentation][documentation] and let us know if anything needs
|
|
updating.
|
|
|
|
|
|
|
|
# Get Involved
|
|
|
|
+ [Port it](./PORTING.md) to a new technology
|
|
+ Report bugs by submitting [Github issues]
|
|
+ Develop new features (see [how to contribute](./CONTRIBUTING.md))
|
|
+ Submit code/fixes using a [Github pull request]
|
|
+ Follow our [project][Github project]
|
|
+ Read and cite our [ICCAD paper][OpenRAMpaper]
|
|
|
|
|
|
|
|
# Further Help
|
|
|
|
+ [Documentation][documentation]
|
|
+ [OpenRAM Slack Workspace][Slack]
|
|
+ [OpenRAM Users Group][user-group] ([subscribe here][user-group-subscribe])
|
|
+ [OpenRAM Developers Group][dev-group] ([subscribe here][dev-group-subscribe])
|
|
|
|
|
|
|
|
# License
|
|
|
|
OpenRAM is licensed under the [BSD 3-Clause License](./LICENSE).
|
|
|
|
|
|
|
|
# Publications
|
|
|
|
+ [M. R. Guthaus, J. E. Stine, S. Ataei, B. Chen, B. Wu, M. Sarwar, "OpenRAM: An Open-Source Memory Compiler," Proceedings of the 35th International Conference on Computer-Aided Design (ICCAD), 2016.](https://escholarship.org/content/qt8x19c778/qt8x19c778_noSplash_b2b3fbbb57f1269f86d0de77865b0691.pdf)
|
|
+ [S. Ataei, J. Stine, M. Guthaus, "A 64 kb differential single-port 12T SRAM design with a bit-interleaving scheme for low-voltage operation in 32 nm SOI CMOS," International Conference on Computer Design (ICCD), 2016, pp. 499-506.](https://escholarship.org/uc/item/99f6q9c9)
|
|
+ [E. Ebrahimi, M. Guthaus, J. Renau, "Timing Speculative SRAM," IEEE International Symposium on Circuits and Systems (ISCAS), 2017.](https://escholarship.org/content/qt7nn0j5x3/qt7nn0j5x3_noSplash_172457455e1aceba20694c3d7aa489b4.pdf)
|
|
+ [B. Wu, J.E. Stine, M.R. Guthaus, "Fast and Area-Efficient Word-Line Optimization," IEEE International Symposium on Circuits and Systems (ISCAS), 2019.](https://escholarship.org/content/qt98s4c1hp/qt98s4c1hp_noSplash_753dcc3e218f60aafff98ef77fb56384.pdf)
|
|
+ [B. Wu, M. Guthaus, "Bottom Up Approach for High Speed SRAM Word-line Buffer Insertion Optimization," IFIP/IEEE International Conference on Very Large Scale Integration (VLSI-SoC), 2019.](https://ieeexplore.ieee.org/document/8920325)
|
|
+ [H. Nichols, M. Grimes, J. Sowash, J. Cirimelli-Low, M. Guthaus "Automated Synthesis of Multi-Port Memories and Control," IFIP/IEEE International Conference on Very Large Scale Integration (VLSI-SoC), 2019.](https://escholarship.org/content/qt7047n3k0/qt7047n3k0.pdf?t=q4gcij)
|
|
+ [M. Guthaus, H. Nichols, J. Cirimelli-Low, J. Kunzler, B. Wu, "Enabling Design Technology Co-Optimization of SRAMs though Open-Source Software," IEEE International Electron Devices Meeting (IEDM), 2020.](https://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=9372047)
|
|
+ [H. Nichols, "Statistical Modeling of SRAMs," M.S. Thesis, UCSC, 2022.](https://escholarship.org/content/qt7vx9n089/qt7vx9n089_noSplash_cfc4ba479d8eb1b6ec25d7c92357bc18.pdf?t=ra9wzr)
|
|
|
|
|
|
|
|
# Contributors & Acknowledgment
|
|
|
|
- [Matthew Guthaus] from [VLSIDA] created the OpenRAM project and is the lead architect.
|
|
- [James Stine] from [VLSIARCH] co-founded the project.
|
|
- Many students: Hunter Nichols, Michael Grimes, Jennifer Sowash, Yusu Wang, Joey Kunzler, Jesse Cirimelli-Low, Samira Ataei, Bin Wu, Brian Chen, Jeff Butera, Sage Walker
|
|
|
|
If I forgot to add you, please let me know!
|
|
|
|
|
|
|
|
[Matthew Guthaus]: https://users.soe.ucsc.edu/~mrg
|
|
[James Stine]: https://ece.okstate.edu/content/stine-james-e-jr-phd
|
|
[VLSIDA]: https://vlsida.soe.ucsc.edu
|
|
[VLSIARCH]: https://vlsiarch.ecen.okstate.edu/
|
|
[OpenRAMpaper]: https://ieeexplore.ieee.org/document/7827670/
|
|
|
|
[Github issues]: https://github.com/VLSIDA/OpenRAM/issues
|
|
[Github pull request]: https://github.com/VLSIDA/OpenRAM/pulls
|
|
[Github project]: https://github.com/VLSIDA/OpenRAM
|
|
|
|
[documentation]: docs/source/index.md
|
|
[dev-group]: mailto:openram-dev-group@ucsc.edu
|
|
[user-group]: mailto:openram-user-group@ucsc.edu
|
|
[dev-group-subscribe]: mailto:openram-dev-group+subscribe@ucsc.edu
|
|
[user-group-subscribe]: mailto:openram-user-group+subscribe@ucsc.edu
|
|
|
|
[Klayout]: https://www.klayout.de/
|
|
[Magic]: http://opencircuitdesign.com/magic/
|
|
[Netgen]: http://opencircuitdesign.com/netgen/
|
|
[Qflow]: http://opencircuitdesign.com/qflow/history.html
|
|
[Ngspice]: http://ngspice.sourceforge.net/
|
|
[Xyce]: http://xyce.sandia.gov/
|
|
[Git]: https://git-scm.com/
|
|
|
|
[FreePDK45]: https://www.eda.ncsu.edu/wiki/FreePDK45:Contents
|
|
[SCMOS]: https://www.mosis.com/files/scmos/scmos.pdf
|
|
[Sky130]: https://github.com/google/skywater-pdk-libs-sky130_fd_bd_sram.git
|
|
|
|
[Slack]: https://join.slack.com/t/openram/shared_invite/zt-onim74ue-zlttW5XI30xvdBlJGJF6JA
|
|
|
|
|