Added model configs adapted from OpenRAM Library

This commit is contained in:
Hunter Nichols 2021-05-20 15:26:24 -07:00
parent 41c8eeb23c
commit 4e40017fdc
10 changed files with 70 additions and 0 deletions

View File

@ -0,0 +1,7 @@
word_size = 128
num_words = 1024
output_extended_config = True
output_datasheet_info = True
netlist_only = True
nominal_corner_only = True

View File

@ -0,0 +1,7 @@
word_size = 32
num_words = 1024
output_extended_config = True
output_datasheet_info = True
netlist_only = True
nominal_corner_only = True

View File

@ -0,0 +1,7 @@
word_size = 32
num_words = 2048
output_extended_config = True
output_datasheet_info = True
netlist_only = True
nominal_corner_only = True

View File

@ -0,0 +1,7 @@
word_size = 32
num_words = 256
output_extended_config = True
output_datasheet_info = True
netlist_only = True
nominal_corner_only = True

View File

@ -0,0 +1,7 @@
word_size = 32
num_words = 512
output_extended_config = True
output_datasheet_info = True
netlist_only = True
nominal_corner_only = True

View File

@ -0,0 +1,7 @@
word_size = 64
num_words = 1024
output_extended_config = True
output_datasheet_info = True
netlist_only = True
nominal_corner_only = True

View File

@ -0,0 +1,7 @@
word_size = 64
num_words = 512
output_extended_config = True
output_datasheet_info = True
netlist_only = True
nominal_corner_only = True

View File

@ -0,0 +1,7 @@
word_size = 8
num_words = 1024
output_extended_config = True
output_datasheet_info = True
netlist_only = True
nominal_corner_only = True

View File

@ -0,0 +1,7 @@
word_size = 8
num_words = 256
output_extended_config = True
output_datasheet_info = True
netlist_only = True
nominal_corner_only = True

View File

@ -0,0 +1,7 @@
word_size = 8
num_words = 512
output_extended_config = True
output_datasheet_info = True
netlist_only = True
nominal_corner_only = True