From 9ac894e2effe79eb1da431dc673e833049468071 Mon Sep 17 00:00:00 2001 From: Jesse Cirimelli-Low Date: Tue, 15 Aug 2023 11:30:16 -0700 Subject: [PATCH] update bitcell array trimming --- compiler/modules/bitcell_array.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compiler/modules/bitcell_array.py b/compiler/modules/bitcell_array.py index 08dff652..3a5ddd47 100644 --- a/compiler/modules/bitcell_array.py +++ b/compiler/modules/bitcell_array.py @@ -76,7 +76,8 @@ class bitcell_array(bitcell_base_array): self.pattern.connect_array() for key in self.cell_inst.keys(): - if key != (0,0): + (row, col) = key + if col>0 and col0 and row