Add documentation files

This commit is contained in:
Eren Dogan
2022-10-04 21:58:49 -07:00
parent 3b02a8846d
commit d879d22f08
64 changed files with 1297 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
### [Go Back](./index.md)
# Architecture
This page of the documentation explains the architecture of OpenRAM.
## Table of Contents
1. [SRAM Architecture](#sram-architecture)
## SRAM Architecture
* Bit-cell Array
* Multiport Bitcells
* Each port:
* Address Decoder(s)
* Wordline Driver(s)
* Column Multiplexer(s)
* Bitline Precharge(s)
* Sense Amplifier(s)
* Write Driver(s)
* Control Logic with Replica Bitline
![OpenRAM SRAM Architecture](../assets/images/architecture/sram_architecture.png)