Merge pull request #187 from sfmth/patch-colab-dev

added openram.ipynb and docs references to it
This commit is contained in:
Matt Guthaus 2023-05-09 14:04:47 -07:00 committed by GitHub
commit eac94edc04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 329790 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/) [![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) [![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/) [![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/sfmth/openram-playground/blob/main/OpenRAM.ipynb)
An open-source static random access memory (SRAM) compiler. An open-source static random access memory (SRAM) compiler.

329788
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 ## Table of Contents
1. [OpenRAM Dependencies](#openram-dependencies) 1. [OpenRAM Dependencies](#openram-dependencies)
1. [Supported Technologies](#supported-technologies) 1. [Supported Technologies](#supported-technologies)
1. [Online Playground](./OpenRAM.ipynb)
1. [Basic Setup](./basic_setup.md#go-back) 1. [Basic Setup](./basic_setup.md#go-back)
1. [Basic Usage](./basic_usage.md#go-back) 1. [Basic Usage](./basic_usage.md#go-back)
1. [Python Library](./python_library.md#go-back) 1. [Python Library](./python_library.md#go-back)