Add dummy pbitcell

This commit is contained in:
Matt Guthaus 2019-07-27 12:13:35 -07:00
parent 2824315f79
commit d7bc3e8207
1 changed files with 1 additions and 0 deletions

1
compiler/tests/22_psram_wmask_func_test.py Normal file → Executable file
View File

@ -27,6 +27,7 @@ class psram_wmask_func_test(openram_test):
OPTS.trim_netlist = False
OPTS.bitcell = "bitcell_1w_1r"
OPTS.replica_bitcell = "replica_bitcell_1w_1r"
OPTS.dummy_bitcell = "dummy_bitcell_1w_1r"
OPTS.num_rw_ports = 0
OPTS.num_w_ports = 1