OpenRAM/compiler/example_configs/giant_config_scn4m_subm.py

14 lines
334 B
Python
Raw Normal View History

2019-04-02 00:49:01 +02:00
word_size = 64
num_words = 1024
tech_name = "scn4m_subm"
2020-10-30 23:52:07 +01:00
nominal_corner_only = False
2019-04-02 00:49:01 +02:00
process_corners = ["TT"]
supply_voltages = [ 5.0 ]
temperatures = [ 25 ]
output_path = "temp"
output_name = "sram_{0}_{1}_{2}".format(word_size,
num_words,
tech_name)