mirror of https://github.com/VLSIDA/OpenRAM.git
11 lines
206 B
Python
11 lines
206 B
Python
|
|
from shared_config import *
|
||
|
|
word_size = 5
|
||
|
|
num_words = 256
|
||
|
|
words_per_row = 16
|
||
|
|
local_array_size = 75
|
||
|
|
|
||
|
|
output_extended_config = True
|
||
|
|
output_datasheet_info = True
|
||
|
|
netlist_only = True
|
||
|
|
nominal_corner_only = True
|