2017-06-02 20:11:57 +02:00
|
|
|
word_size = 2
|
2018-02-23 21:17:43 +01:00
|
|
|
num_words = 16
|
2016-11-08 18:57:35 +01:00
|
|
|
|
|
|
|
|
tech_name = "freepdk45"
|
2020-10-30 23:52:07 +01:00
|
|
|
nominal_corner_only = False
|
2018-02-12 20:22:47 +01:00
|
|
|
process_corners = ["TT"]
|
|
|
|
|
supply_voltages = [1.0]
|
|
|
|
|
temperatures = [25]
|
2016-11-08 18:57:35 +01:00
|
|
|
|
2020-10-16 22:52:36 +02:00
|
|
|
route_supplies = False
|
2019-04-01 19:35:17 +02:00
|
|
|
check_lvsdrc = True
|
2020-10-30 23:52:07 +01:00
|
|
|
# nominal_corner_only = True
|
2020-10-16 22:52:36 +02:00
|
|
|
load_scales = [0.5, 1, 4]
|
|
|
|
|
slew_scales = [0.5, 1]
|
2019-04-01 19:35:17 +02: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)
|
2017-06-12 23:37:15 +02:00
|
|
|
|