mirror of https://github.com/VLSIDA/OpenRAM.git
Sky130 tests will use 1 spare row and col
This commit is contained in:
parent
78e5b60380
commit
5b1544ad45
|
|
@ -10,6 +10,10 @@ word_size = 2
|
||||||
num_words = 16
|
num_words = 16
|
||||||
|
|
||||||
tech_name = OPTS.tech_name
|
tech_name = OPTS.tech_name
|
||||||
|
if tech_name == "sky130":
|
||||||
|
num_spare_cols = 1
|
||||||
|
num_spare_rows = 1
|
||||||
|
|
||||||
output_name = "sram"
|
output_name = "sram"
|
||||||
|
|
||||||
analytical_delay = False
|
analytical_delay = False
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue