Exclude bitcells in other local areas not of interest

This commit is contained in:
mrg
2020-09-29 12:15:42 -07:00
parent 0c280e062a
commit 449a4c2660
6 changed files with 55 additions and 18 deletions
+1 -1
View File
@@ -263,7 +263,7 @@ class local_bitcell_array(bitcell_base_array.bitcell_base_array):
offsets = [self.bitcell_array_inst.lx() + x for x in self.bitcell_array.get_column_offsets()]
return offsets
def graph_exclude_bits(self, targ_row, targ_col):
def graph_exclude_bits(self, targ_row=None, targ_col=None):
"""
Excludes bits in column from being added to graph except target
"""