OpenRAM/compiler/model_configs/sram_12b_256w_8wpr_17las_1r...

16 lines
353 B
Python

# See LICENSE for licensing information.
#
# Copyright (c) 2016-2023 Regents of the University of California, Santa Cruz
# All rights reserved.
#
from .shared_config import *
word_size = 12
num_words = 256
words_per_row = 8
local_array_size = 17
output_extended_config = True
output_datasheet_info = True
netlist_only = True
nominal_corner_only = True