Sky130 tests will use 1 spare row and col

This commit is contained in:
Bugra Onal 2023-07-20 15:18:32 -07:00
parent 78e5b60380
commit 5b1544ad45
1 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,10 @@ word_size = 2
num_words = 16
tech_name = OPTS.tech_name
if tech_name == "sky130":
num_spare_cols = 1
num_spare_rows = 1
output_name = "sram"
analytical_delay = False