point local array to new capped array module

This commit is contained in:
samuelkcrow 2023-01-24 11:09:57 -08:00
parent ebe163c57e
commit 8fc93bc91a
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ class local_bitcell_array(bitcell_base_array):
# This is just used for names
self.cell = factory.create(module_type=OPTS.bitcell)
self.bitcell_array = factory.create(module_type="replica_bitcell_array",
self.bitcell_array = factory.create(module_type="capped_replica_bitcell_array",
cols=self.cols,
rows=self.rows,
rbl=self.rbl,