mirror of https://github.com/VLSIDA/OpenRAM.git
Add giant example for front-end mode
This commit is contained in:
parent
5f37677225
commit
07ecf52b9f
|
|
@ -0,0 +1,14 @@
|
||||||
|
word_size = 64
|
||||||
|
num_words = 1024
|
||||||
|
|
||||||
|
tech_name = "scn4m_subm"
|
||||||
|
process_corners = ["TT"]
|
||||||
|
supply_voltages = [ 5.0 ]
|
||||||
|
temperatures = [ 25 ]
|
||||||
|
|
||||||
|
output_path = "temp"
|
||||||
|
output_name = "sram_{0}_{1}_{2}".format(word_size,num_words,tech_name)
|
||||||
|
|
||||||
|
drc_name = "magic"
|
||||||
|
lvs_name = "netgen"
|
||||||
|
pex_name = "magic"
|
||||||
Loading…
Reference in New Issue