OpenRAM/compiler/model_configs/sram_64b_1024_1rw.py

9 lines
168 B
Python

from .shared_config import *
word_size = 64
num_words = 1024
output_extended_config = True
output_datasheet_info = True
netlist_only = True
nominal_corner_only = True