2019-01-11 23:15:16 +01:00
|
|
|
word_size = 16
|
|
|
|
|
num_words = 256
|
2016-11-08 18:57:35 +01:00
|
|
|
|
2018-09-24 20:28:43 +02:00
|
|
|
tech_name = "scn4m_subm"
|
2019-11-29 21:08:53 +01:00
|
|
|
nominal_corners_only = False
|
2018-02-12 20:22:47 +01:00
|
|
|
process_corners = ["TT"]
|
2019-11-29 21:08:53 +01:00
|
|
|
supply_voltages = [5.0]
|
2019-10-06 19:30:16 +02:00
|
|
|
temperatures = [25]
|
2018-02-10 00:33:03 +01:00
|
|
|
|
2018-01-20 01:38:19 +01:00
|
|
|
output_path = "temp"
|
2019-10-06 19:30:16 +02:00
|
|
|
output_name = "sram_{0}_{1}_{2}".format(word_size,
|
|
|
|
|
num_words,
|
|
|
|
|
tech_name)
|
2018-10-23 04:04:42 +02:00
|
|
|
|