Piotro
12/27/2022, 10:06 AMword_size = 128 # Bits
num_words = 32
human_byte_size = "{:.0f}kbytes".format((word_size * num_words)/1024/8)
write_size = 128 # Bits
num_rw_ports = 1
num_r_ports = 0
num_w_ports = 0
ports_human = '1rw'
num_spare_cols = 1
num_spare_rows = 1
import os
exec(open(os.path.join(os.path.dirname(__file__), 'sky130_sram_common.py')).read())
However the build fails with no error message, only warnings about supply unblocking. Openram log in the attachment.
Is it possible to generate SRAM with that size? What can I do to solve this problem?Matthew Guthaus
01/02/2023, 3:01 AMPiotro
01/04/2023, 9:23 PM