2018-01-11 19:24:44 +01:00
|
|
|
word_size = 2
|
2016-11-08 18:57:35 +01:00
|
|
|
num_words = 16
|
|
|
|
|
|
2018-09-24 20:28:43 +02:00
|
|
|
tech_name = "scn4m_subm"
|
2020-10-30 23:52:07 +01:00
|
|
|
nominal_corner_only = False
|
2018-02-12 20:22:47 +01:00
|
|
|
process_corners = ["TT"]
|
2018-11-27 23:17:06 +01:00
|
|
|
supply_voltages = [5.0]
|
|
|
|
|
temperatures = [25]
|
2018-02-10 00:33:03 +01:00
|
|
|
|
2019-04-01 19:35:17 +02:00
|
|
|
route_supplies = True
|
|
|
|
|
check_lvsdrc = True
|
|
|
|
|
|
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
|
|
|
|