Finalize uniquify option for SRAMs

This commit is contained in:
mrg
2021-06-22 16:13:33 -07:00
parent 8095c72fc8
commit c69eb47a7a
4 changed files with 34 additions and 14 deletions
+2 -1
View File
@@ -81,8 +81,9 @@ class VlsiLayout:
coordinatesRotate.extend((newX,newY))
return coordinatesRotate
def prefixAll(self, prefix):
def uniquify(self):
new_structures = {}
prefix = self.rootStructureName + "_"
for name in self.structures:
if name != self.rootStructureName: