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