From 38494458e38966b2f34d2c4eb409a272195b7064 Mon Sep 17 00:00:00 2001 From: mrg Date: Tue, 1 Mar 2022 10:44:56 -0800 Subject: [PATCH] Fix incorrect port 1w to 1r --- compiler/tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/tests/Makefile b/compiler/tests/Makefile index ac377176..4b155bd4 100644 --- a/compiler/tests/Makefile +++ b/compiler/tests/Makefile @@ -38,7 +38,7 @@ BROKEN_STAMPS = \ sky130/19_bank_select_pbitcell_test.ok \ %/19_single_bank_16mux_1rw_1r_test.ok \ %/19_single_bank_16mux_test.ok \ - %/20_sram_1bank_16mux_1rw_1w_test.ok \ + %/20_sram_1bank_16mux_1rw_1r_test.ok \ %/20_sram_1bank_16mux_test.ok \ %/20_psram_1bank_2mux_1rw_1w_test.ok \ %/20_psram_1bank_2mux_1rw_1w_wmask_test.ok \