diff --git a/compiler/tests/22_sram_wmask_1w_1r_func_test.py b/compiler/tests/22_sram_1rw_1r_wmask_func_test.py similarity index 97% rename from compiler/tests/22_sram_wmask_1w_1r_func_test.py rename to compiler/tests/22_sram_1rw_1r_wmask_func_test.py index b5d83654..07cff70e 100755 --- a/compiler/tests/22_sram_wmask_1w_1r_func_test.py +++ b/compiler/tests/22_sram_1rw_1r_wmask_func_test.py @@ -26,8 +26,8 @@ class sram_wmask_1w_1r_func_test(openram_test): OPTS.analytical_delay = False OPTS.netlist_only = True OPTS.trim_netlist = False - OPTS.num_rw_ports = 0 - OPTS.num_w_ports = 1 + OPTS.num_rw_ports = 1 + OPTS.num_w_ports = 0 OPTS.num_r_ports = 1 globals.setup_bitcell()