From 5b1544ad4528bf254c759cb4e976b282624ead41 Mon Sep 17 00:00:00 2001 From: Bugra Onal Date: Thu, 20 Jul 2023 15:18:32 -0700 Subject: [PATCH] Sky130 tests will use 1 spare row and col --- compiler/tests/configs/config_mem_char_func.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/compiler/tests/configs/config_mem_char_func.py b/compiler/tests/configs/config_mem_char_func.py index 767f2c75..8c0b09b9 100644 --- a/compiler/tests/configs/config_mem_char_func.py +++ b/compiler/tests/configs/config_mem_char_func.py @@ -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