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
@@ -104,7 +104,7 @@ class bitcell_array(bitcell_base_array):
bl_wire.wire_c =spice["min_tx_drain_c"] + bl_wire.wire_c
return bl_wire
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
"""