mirror of https://github.com/VLSIDA/OpenRAM.git
Revert to 5V example until we fix spice models in scn4m_subm
This commit is contained in:
parent
bf31126679
commit
0c286d6c29
|
|
@ -3,8 +3,8 @@ num_words = 16
|
|||
|
||||
tech_name = "scn4m_subm"
|
||||
process_corners = ["TT"]
|
||||
supply_voltages = [ 3.3 ]
|
||||
temperatures = [ 25 ]
|
||||
supply_voltages = [5.0]
|
||||
temperatures = [25]
|
||||
|
||||
output_path = "temp"
|
||||
output_name = "sram_{0}_{1}_{2}".format(word_size,num_words,tech_name)
|
||||
|
|
|
|||
Loading…
Reference in New Issue