Make wmask test a 1rw/1r

This commit is contained in:
mrg 2020-06-19 08:49:48 -07:00
parent 617a84d4b8
commit 239b3ea007
1 changed files with 2 additions and 2 deletions

View File

@ -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()