OpenRAM/compiler/model_configs/sram_18b_128w_2wpr_7las_1rw.py

11 lines
206 B
Python
Raw Normal View History

2022-11-27 22:01:20 +01:00
from .shared_config import *
word_size = 18
num_words = 128
words_per_row = 2
local_array_size = 7
output_extended_config = True
output_datasheet_info = True
netlist_only = True
nominal_corner_only = True