Skip to content

Commit d495254

Browse files
gatecatjpc-lip6
authored andcommitted
macro: Fix naming of wrapper
Signed-off-by: gatecat <[email protected]>
1 parent 36751c5 commit d495254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cumulus/src/plugins/macro/macro.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ def __init__ ( self, macroCell, gaugeName, hMargin, vMargin ):
128128
trace( 550, '+,', '\tMacro.__init__() {}\n'.format(macroCell) )
129129
af = AllianceFramework.get()
130130
self.cell = macroCell
131-
self.wrapper = af.createCell(f"{self.cell.getName()}_wrapper_")
131+
self.wrapper = af.createCell(f"{self.cell.getName()}_wrapper")
132132
inst = Instance.create(self.wrapper, f"inst", self.cell)
133133
inst.setTransformation( Transformation() )
134134
inst.setPlacementStatus( Instance.PlacementStatus.FIXED )

0 commit comments

Comments
 (0)