From 8fc93bc91a6a89f1610072be10d89028112c0829 Mon Sep 17 00:00:00 2001 From: samuelkcrow Date: Tue, 24 Jan 2023 11:09:57 -0800 Subject: [PATCH] point local array to new capped array module --- compiler/modules/local_bitcell_array.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/modules/local_bitcell_array.py b/compiler/modules/local_bitcell_array.py index 30defe29..656568db 100644 --- a/compiler/modules/local_bitcell_array.py +++ b/compiler/modules/local_bitcell_array.py @@ -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,