From 184888b3709219c4b6efb143b8d9c2a7252edaa9 Mon Sep 17 00:00:00 2001 From: mrg Date: Mon, 28 Feb 2022 12:03:01 -0800 Subject: [PATCH] Skip 16 way test for now --- compiler/tests/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compiler/tests/Makefile b/compiler/tests/Makefile index 494018da..201bf94e 100644 --- a/compiler/tests/Makefile +++ b/compiler/tests/Makefile @@ -36,6 +36,8 @@ BROKEN_STAMPS = \ sky130/19_pmulti_bank_test.ok \ sky130/19_psingle_bank_test.ok \ sky130/19_bank_select_pbitcell_test.ok \ + %/20_sram_1bank_16mux_1rw_1w_test.ok \ + %/20_sram_1bank_16mux_test.ok \ sky130/20_psram_1bank_2mux_1rw_1w_test.ok \ sky130/20_psram_1bank_2mux_1rw_1w_wmask_test.ok \ sky130/20_psram_1bank_2mux_1w_1r_test.ok \