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
|
|
|
|
2020-11-18 18:59:38 +01:00
|
|
|
num_rw_ports = 1
|
|
|
|
|
num_r_ports = 0
|
|
|
|
|
num_w_ports = 0
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
2020-11-18 18:59:38 +01:00
|
|
|
output_name = "sram_{0}rw{1}r{2}w_{3}_{4}_{5}".format(num_rw_ports,
|
|
|
|
|
num_r_ports,
|
|
|
|
|
num_w_ports,
|
|
|
|
|
word_size,
|
|
|
|
|
num_words,
|
|
|
|
|
tech_name)
|
|
|
|
|
output_path = "macro/{}".format(output_name)
|
2017-06-12 23:37:15 +02:00
|
|
|
|