OpenRAM/compiler/model_configs/sram_9b_128w_1wpr_4las_1rw.py

16 lines
351 B
Python

# See LICENSE for licensing information.
#
# Copyright (c) 2016-2024 Regents of the University of California, Santa Cruz
# All rights reserved.
#
from .shared_config import *
word_size = 9
num_words = 128
words_per_row = 1
local_array_size = 4
output_extended_config = True
output_datasheet_info = True
netlist_only = True
nominal_corner_only = True