OpenRAM/compiler/example_configs/example_config_freepdk45.py

18 lines
371 B
Python
Raw Normal View History

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"
nominal_corners_only = False
process_corners = ["TT"]
supply_voltages = [1.0]
temperatures = [25]
2016-11-08 18:57:35 +01:00
route_supplies = True
check_lvsdrc = True
output_path = "temp"
output_name = "sram_{0}_{1}_{2}".format(word_size,
num_words,
tech_name)