Skip to content

Design and Simulation of 1k 32-bit 6T-SRAM using NGspice

Notifications You must be signed in to change notification settings

Chirag-Mohanty/6T-SRAM-cell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

6T-SRAM-cell

Design and Simulation of 1k 32-bit 6T-SRAM using OpenRAM(NGspice tool)

Contents

  • 1. Introduction
  • 2. Design of SRAM using OpenRAM
  • 3. Block Diagram
  • 4. Blocks Description
    • 6T-SRAM cell
    • Pre-Charge circuit
    • Sense Amplifier
    • Write Driver
  • 5. Simulation Results
  • 6. Upcoming Updates

1. Introduction

Static Random-Access Memory(SRAM) uses latching circuitry (flip-flop) to store each bit. SRAM is a volatile memory i.e. data is lost when power is removed. SRAMs have become a standard component embedded in all System-on-Chip (SoC), Application Specific Integrated Circuit (ASIC) and micro processor designs.

2. Design of SRAM using OpenRAM

Why OpenRAM ?

  • Existing Process Design Kits (PDKs) frequently lack memory compilers, while expensive commercial solutions only provide memory models with immutable cells, limited configurations, and restrictive licenses.The OpenRAM project aims to provide an open-source memory compiler development framework for memories. It provides reference circuit and physical implementations in a generic 45nm technology and fabricable Scalable CMOS (SCMOS), but it has also been ported to several commercial technology nodes using a simple technology file. OpenRAM also includes a characterization methodology so that it can generate the timing and power characterization results in addition to circuits and layout while remaining independent of specific commercial tools. Most importantly, OpenRAM is completely user-modifiable since all source code is open source at: (https://openram.soe.ucsc.edu/)

SRAM Design

  • This project is mainly targeted for the following specifications:-
    • Memory Size = 1k 32-bit
    • Voltage Supply = 5V
    • Technology = 0.5um SCMOS Technology

3. Block Diagram

  • The SRAM block consists of 8 major blocks:
    • The bit-cell array
    • Address Decoder
    • Sense Amplifier
    • Word-line driver
    • Precharge circuit
    • Write Driver
    • Control logic
    • Column MUX

4. Block Description

  • 6T-SRAM cell

    • 6t_fin
    • The netlist is in the repository named as 'sram_cell.sp'
  • Transient Analysis of SRAM including all the parasitics

    • 1st_tran
    • The netlist for SRAM with all the parasitics in 'sram_parasitic.sp'
    • The testbench for the above can be found in 'testbench.sp

About

Design and Simulation of 1k 32-bit 6T-SRAM using NGspice

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages