OpenRAM/compiler/model_configs/sram_5b_256w_16wpr_75las_1r...

11 lines
207 B
Python
Raw Normal View History

2022-11-27 22:01:20 +01:00
from .shared_config import *
word_size = 5
num_words = 256
words_per_row = 16
local_array_size = 75
output_extended_config = True
output_datasheet_info = True
netlist_only = True
nominal_corner_only = True