OpenRAM/compiler/model_configs/sram_6b_16w_1wpr_1las_1rw.py

16 lines
350 B
Python
Raw Normal View History

# See LICENSE for licensing information.
#
2024-01-03 23:32:44 +01:00
# Copyright (c) 2016-2024 Regents of the University of California, Santa Cruz
# All rights reserved.
#
2022-11-27 22:01:20 +01:00
from .shared_config import *
word_size = 6
num_words = 16
words_per_row = 1
local_array_size = 1
output_extended_config = True
output_datasheet_info = True
netlist_only = True
nominal_corner_only = True