mirror of https://github.com/VLSIDA/OpenRAM.git
Update sky130_fd_bd_sram commit
This commit is contained in:
parent
fbe3032246
commit
7b2f73d8b9
2
Makefile
2
Makefile
|
|
@ -10,7 +10,7 @@ PDK_ROOT ?= $(TOP_DIR)
|
||||||
SRAM_LIB_DIR ?= $(PDK_ROOT)/sky130_fd_bd_sram
|
SRAM_LIB_DIR ?= $(PDK_ROOT)/sky130_fd_bd_sram
|
||||||
SRAM_LIB_GIT_REPO ?= https://github.com/vlsida/sky130_fd_bd_sram.git
|
SRAM_LIB_GIT_REPO ?= https://github.com/vlsida/sky130_fd_bd_sram.git
|
||||||
#SRAM_LIB_GIT_REPO ?= https://github.com/google/skywater-pdk-libs-sky130_fd_bd_sram.git
|
#SRAM_LIB_GIT_REPO ?= https://github.com/google/skywater-pdk-libs-sky130_fd_bd_sram.git
|
||||||
SRAM_LIB_GIT_COMMIT ?= 95287ef89556505b2cdf17912c025cb74d9288a7
|
SRAM_LIB_GIT_COMMIT ?= 9d452eea52cde23f0a5b03e1c5ccf1ca27dd771a
|
||||||
|
|
||||||
# Open PDKs
|
# Open PDKs
|
||||||
OPEN_PDKS_DIR ?= $(PDK_ROOT)/open_pdks
|
OPEN_PDKS_DIR ?= $(PDK_ROOT)/open_pdks
|
||||||
|
|
|
||||||
|
|
@ -112,7 +112,8 @@ RUN rm -rf /root/ngspice
|
||||||
|
|
||||||
### Netgen ###
|
### Netgen ###
|
||||||
#ARG NETGEN_COMMIT=1.5.219
|
#ARG NETGEN_COMMIT=1.5.219
|
||||||
ARG NETGEN_COMMIT=88d53fab15eb611cffc024eebf8743fae5cf8cb7
|
#ARG NETGEN_COMMIT=88d53fab15eb611cffc024eebf8743fae5cf8cb7
|
||||||
|
ARG NETGEN_COMMIT=1.5.221
|
||||||
WORKDIR /root
|
WORKDIR /root
|
||||||
#RUN git clone https://github.com/RTimothyEdwards/netgen.git netgen
|
#RUN git clone https://github.com/RTimothyEdwards/netgen.git netgen
|
||||||
RUN git clone git://opencircuitdesign.com/netgen netgen
|
RUN git clone git://opencircuitdesign.com/netgen netgen
|
||||||
|
|
@ -128,8 +129,8 @@ RUN apt-get install --no-install-recommends -y iverilog
|
||||||
|
|
||||||
### Magic ###
|
### Magic ###
|
||||||
#ARG MAGIC_COMMIT=db4fa65bfc096e63954b37b188ea27b90ab31839
|
#ARG MAGIC_COMMIT=db4fa65bfc096e63954b37b188ea27b90ab31839
|
||||||
#ARG MAGIC_COMMIT=8.3.274
|
#ARG MAGIC_COMMIT=8.3.211
|
||||||
ARG MAGIC_COMMIT=8.3.211
|
ARG MAGIC_COMMIT=8.3.309
|
||||||
WORKDIR /root
|
WORKDIR /root
|
||||||
#RUN git clone https://github.com/RTimothyEdwards/magic.git magic
|
#RUN git clone https://github.com/RTimothyEdwards/magic.git magic
|
||||||
RUN git clone git://opencircuitdesign.com/magic magic
|
RUN git clone git://opencircuitdesign.com/magic magic
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ num_words = 1024
|
||||||
human_byte_size = "{:.0f}kbytes".format((word_size * num_words)/1024/8)
|
human_byte_size = "{:.0f}kbytes".format((word_size * num_words)/1024/8)
|
||||||
|
|
||||||
# Allow byte writes
|
# Allow byte writes
|
||||||
#write_size = 8 # Bits
|
write_size = 8 # Bits
|
||||||
|
|
||||||
# Dual port
|
# Dual port
|
||||||
num_rw_ports = 0
|
num_rw_ports = 0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue