mirror of https://github.com/VLSIDA/OpenRAM.git
Add a bunch of config files
This commit is contained in:
parent
f3efb5fb50
commit
a164a14b3f
|
|
@ -0,0 +1,5 @@
|
|||
word_size = 128
|
||||
num_words = 1024
|
||||
num_banks = 2
|
||||
|
||||
tech_name = "freepdk45"
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
word_size = 128
|
||||
num_words = 1024
|
||||
num_banks = 4
|
||||
|
||||
tech_name = "freepdk45"
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
word_size = 32
|
||||
num_words = 256
|
||||
num_banks = 1
|
||||
|
||||
tech_name = "freepdk45"
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
word_size = 32
|
||||
num_words = 512
|
||||
num_banks = 1
|
||||
|
||||
tech_name = "freepdk45"
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
word_size = 64
|
||||
num_words = 1024
|
||||
num_banks = 1
|
||||
|
||||
tech_name = "freepdk45"
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
word_size = 64
|
||||
num_words = 1024
|
||||
num_banks = 2
|
||||
|
||||
tech_name = "freepdk45"
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
word_size = 128
|
||||
num_words = 1024
|
||||
num_banks = 2
|
||||
|
||||
tech_name = "scn3me_subm"
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
word_size = 128
|
||||
num_words = 1024
|
||||
num_banks = 4
|
||||
|
||||
tech_name = "scn3me_subm"
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
word_size = 32
|
||||
num_words = 256
|
||||
num_banks = 1
|
||||
|
||||
tech_name = "scn3me_subm"
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
word_size = 32
|
||||
num_words = 512
|
||||
num_banks = 1
|
||||
|
||||
tech_name = "scn3me_subm"
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
word_size = 64
|
||||
num_words = 1024
|
||||
num_banks = 1
|
||||
|
||||
tech_name = "scn3me_subm"
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
word_size = 64
|
||||
num_words = 1024
|
||||
num_banks = 2
|
||||
|
||||
tech_name = "scn3me_subm"
|
||||
Loading…
Reference in New Issue