When determining bitline names, added a technology check for sky130.

This commit is contained in:
Hunter Nichols
2021-06-16 17:04:02 -07:00
parent e775f7a355
commit 16e658726e
4 changed files with 8 additions and 6 deletions
+1 -2
View File
@@ -238,5 +238,4 @@ class replica_column(bitcell_base_array):
for row, cell in enumerate(self.cell_inst):
if row != self.replica_bit:
self.graph_inst_exclude.add(cell)