Altered indexing of objects in SRAM factory to remove duplications of items using OPTS names. Added smarter bitline name checking.

This commit is contained in:
Hunter Nichols
2019-05-28 16:55:09 -07:00
parent e2d1f7ab0a
commit ad229b1504
9 changed files with 182 additions and 75 deletions
+1
View File
@@ -85,6 +85,7 @@ class bitcell_array(design.design):
def add_modules(self):
""" Add the modules used in this design """
self.cell = factory.create(module_type="bitcell")
debug.info(1,"Cell mod created, id={}".format(id(self.cell)))
self.add_mod(self.cell)
def create_instances(self):