Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release the SKY130 SRAM build space + OpenRAM support. #221

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Nov 8, 2020

  1. docs: Change abbreviation for buildspace.

    The `sp` abbreviation was too close to single port in the sram build
    space and causing confusion.
    
    Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
    mithro committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    42eaa63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6626659 View commit details
    Browse the repository at this point in the history
  3. sky130_fd_bd_sram: Adding the SKY130 SRAM build space + OpenRAM macros.

    This pull request adds the sky130_fd_bd_sram library which contains the
    SKY130 SRAM build space which includes;
     * Optimized single port SRAM cells including pre-calculated OPC.
     * Optimized dual port SRAM cells including pre-calculated OPC.
     * OpenRAM tech files enabling the compilation of SRAM macros using the
       [OpenRAM memory compiler](https://github.com/VLSIDA/OpenRAM).
    
    The pull request also adds sky130_openram_ip_sram which contains
    prebuilt macros for commonly needed SRAM blocks.
    
    Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
    mithro committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    9579e0c View commit details
    Browse the repository at this point in the history