OpenRAM/compiler/model_configs/sram_8b_256_1rw.py

9 lines
166 B
Python
Raw Normal View History

2022-11-27 22:01:20 +01:00
from .shared_config import *
word_size = 8
num_words = 256
output_extended_config = True
output_datasheet_info = True
netlist_only = True
2022-11-27 22:01:20 +01:00
nominal_corner_only = True