mirror of https://github.com/VLSIDA/OpenRAM.git
Added more configs for model generation
This commit is contained in:
parent
54639bbb94
commit
84783bbac5
|
|
@ -0,0 +1,9 @@
|
|||
word_size = 12
|
||||
num_words = 128
|
||||
words_per_row = 4
|
||||
local_array_size = 38
|
||||
|
||||
output_extended_config = True
|
||||
output_datasheet_info = True
|
||||
netlist_only = True
|
||||
nominal_corner_only = True
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
word_size = 12
|
||||
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
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
word_size = 17
|
||||
num_words = 256
|
||||
words_per_row = 16
|
||||
local_array_size = 49
|
||||
|
||||
output_extended_config = True
|
||||
output_datasheet_info = True
|
||||
netlist_only = True
|
||||
nominal_corner_only = True
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
word_size = 26
|
||||
num_words = 64
|
||||
words_per_row = 4
|
||||
local_array_size = 23
|
||||
|
||||
output_extended_config = True
|
||||
output_datasheet_info = True
|
||||
netlist_only = True
|
||||
nominal_corner_only = True
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
word_size = 27
|
||||
num_words = 512
|
||||
words_per_row = 4
|
||||
local_array_size = 60
|
||||
|
||||
output_extended_config = True
|
||||
output_datasheet_info = True
|
||||
netlist_only = True
|
||||
nominal_corner_only = True
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
word_size = 4
|
||||
num_words = 16
|
||||
words_per_row = 1
|
||||
local_array_size = 4
|
||||
|
||||
output_extended_config = True
|
||||
output_datasheet_info = True
|
||||
netlist_only = True
|
||||
nominal_corner_only = True
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
word_size = 4
|
||||
num_words = 32
|
||||
words_per_row = 2
|
||||
local_array_size = 5
|
||||
|
||||
output_extended_config = True
|
||||
output_datasheet_info = True
|
||||
netlist_only = True
|
||||
nominal_corner_only = True
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
word_size = 8
|
||||
num_words = 256
|
||||
words_per_row = 1
|
||||
local_array_size = 1
|
||||
|
||||
output_extended_config = True
|
||||
output_datasheet_info = True
|
||||
netlist_only = True
|
||||
nominal_corner_only = True
|
||||
Loading…
Reference in New Issue