Rodrigo Huerta Gañan
10/19/2021, 11:59 AMMatthew Guthaus
10/19/2021, 12:10 PMRodrigo Huerta Gañan
10/19/2021, 12:12 PMRodrigo Huerta Gañan
10/19/2021, 12:12 PMRodrigo Huerta Gañan
10/19/2021, 12:13 PM# Data word size
word_size = 2
# Number of words in the memory
num_words = 16
# Technology to use in $OPENRAM_TECH
tech_name = "sky130"
num_spare_col=1
num_spare_row=1
# You can use the technology nominal corner only
nominal_corner_only = True
# Or you can specify particular corners
# Process corners to characterize
#process_corners = ["SS", "TT", "FF"]
# Voltage corners to characterize
# supply_voltages = [ 3.0, 3.3, 3.5 ]
#supply_voltages = [ 1.8 ]
# Temperature corners to characterize
# temperatures = [ 0, 25 100]
# Output directory for the results
output_path = "temp"
# Output file base name
output_name = "sram_{0}_{1}_{2}".format(word_size,num_words,tech_name)
# Disable analytical models for full characterization (WARNING: slow!)
# analytical_delay = FalsePraveen raj
10/19/2021, 12:49 PMRodrigo Huerta Gañan
10/19/2021, 12:50 PM