mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-09-01 02:28:31 +02:00
Finalize uniquify option for SRAMs
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user