Skip to content

Commit

Permalink
sky130_fd_bd_sram: Adding the SKY130 SRAM build space + OpenRAM macros.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
mithro committed Nov 7, 2020
1 parent e4c2201 commit c7979b4
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -156,3 +156,27 @@
branch = branch-0.1.0
shallow = true
fetchRecurseSubmodules = false

# sky130_fd_bd_sram
[submodule "libraries/sky130_fd_bd_sram/latest"]
path = libraries/sky130_fd_bd_sram/latest
url = https://foss-eda-tools.googlesource.com/skywater-pdk/libs/sky130_fd_bd_sram.git
shallow = true
fetchRecurseSubmodules = false
[submodule "libraries/sky130_fd_bd_sram/v0.0.1"]
path = libraries/sky130_fd_bd_sram/v0.0.1
url = https://foss-eda-tools.googlesource.com/skywater-pdk/libs/sky130_fd_bd_sram.git
shallow = true
fetchRecurseSubmodules = false

# sky130_openram_ip_sram
[submodule "ip/sky130_openram_ip_sram/latest"]
path = ip/sky130_openram_ip_sram/latest
url = https://foss-eda-tools.googlesource.com/skywater-pdk/ip/sky130_openram_ip_sram
shallow = true
fetchRecurseSubmodules = false
[submodule "ip/sky130_openram_ip_sram/v0.0.1"]
path = ip/sky130_openram_ip_sram/v0.0.1
url = https://foss-eda-tools.googlesource.com/skywater-pdk/ip/sky130_openram_ip_sram
shallow = true
fetchRecurseSubmodules = false
1 change: 1 addition & 0 deletions ip/sky130_openram_ip_sram/latest
Submodule latest added at c06929
1 change: 1 addition & 0 deletions ip/sky130_openram_ip_sram/v0.0.1
Submodule v0.0.1 added at c06929
1 change: 1 addition & 0 deletions libraries/sky130_fd_bd_sram/latest
Submodule latest added at d95f31
1 change: 1 addition & 0 deletions libraries/sky130_fd_bd_sram/v0.0.1
Submodule v0.0.1 added at d95f31

0 comments on commit c7979b4

Please sign in to comment.