added openram.ipynb and docs references to it

This commit is contained in:
sfmth 2023-04-02 09:58:22 +03:30
parent 85db2043b2
commit 1f5a03ef0c
3 changed files with 326039 additions and 0 deletions

View File

@ -4,6 +4,7 @@
[![Python 3.5](https://img.shields.io/badge/Python-3.5-green.svg)](https://www.python.org/)
[![License: BSD 3-clause](https://raw.githubusercontent.com/VLSIDA/OpenRAM/stable/images/license_badge.svg)](./LICENSE)
[![PyPI - Downloads](https://img.shields.io/pypi/dm/openram?color=brightgreen&label=PyPI)](https://pypi.org/project/openram/)
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://githubtocolab.com/VLSIDA/OpenRAM/blob/patch-colab/docs/source/OpenRAM.ipynb)
An open-source static random access memory (SRAM) compiler.

326037
docs/source/OpenRAM.ipynb Normal file

File diff suppressed because one or more lines are too long

View File

@ -9,6 +9,7 @@ navigate through the documentation.
## Table of Contents
1. [OpenRAM Dependencies](#openram-dependencies)
1. [Supported Technologies](#supported-technologies)
1. [Online Playground](./OpenRAM.ipynb)
1. [Basic Setup](./basic_setup.md#go-back)
1. [Basic Usage](./basic_usage.md#go-back)
1. [Python Library](./python_library.md#go-back)