2020-10-07 01:25:44 +02:00
|
|
|
word_size = 32
|
|
|
|
|
num_words = 256
|
|
|
|
|
write_size = 8
|
|
|
|
|
|
|
|
|
|
num_rw_ports = 1
|
|
|
|
|
num_r_ports = 1
|
|
|
|
|
num_w_ports = 0
|
|
|
|
|
|
|
|
|
|
tech_name = "scn4m_subm"
|
2020-10-30 23:52:07 +01:00
|
|
|
nominal_corner_only = True
|
2020-10-07 01:25:44 +02:00
|
|
|
|
|
|
|
|
route_supplies = True
|
|
|
|
|
check_lvsdrc = True
|
2020-12-21 22:51:50 +01:00
|
|
|
perimeter_pins = False
|
2020-10-07 01:25:44 +02:00
|
|
|
#netlist_only = True
|
|
|
|
|
#analytical_delay = False
|
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)
|