diff --git a/cumulus/src/plugins/macro/macro.py b/cumulus/src/plugins/macro/macro.py index 3f1aad223..dc214e42e 100644 --- a/cumulus/src/plugins/macro/macro.py +++ b/cumulus/src/plugins/macro/macro.py @@ -128,7 +128,7 @@ def __init__ ( self, macroCell, gaugeName, hMargin, vMargin ): trace( 550, '+,', '\tMacro.__init__() {}\n'.format(macroCell) ) af = AllianceFramework.get() self.cell = macroCell - self.wrapper = af.createCell(f"{self.cell.getName()}_wrapper_") + self.wrapper = af.createCell(f"{self.cell.getName()}_wrapper") inst = Instance.create(self.wrapper, f"inst", self.cell) inst.setTransformation( Transformation() ) inst.setPlacementStatus( Instance.PlacementStatus.FIXED )