"""The mandatory function to be called by Coriolis CGT/Unicorn."""
global af
#helpers.setTraceLevel( 550 )
- #Breakpoint.setStopLevel( 99 )
+ #Breakpoint.setStopLevel( 100 )
rvalue = True
coreSizeX = u(51*90.0)
coreSizeY = u(56*90.0)
, Transformation.Orientation.ID )
)
if i+1 < len(sramDatas):
- originX += sramAb.getWidth() + 3*sliceHeight + sramDatas[i+1][1]*sliceStep
+ originX += sramAb.getWidth() + 2*sliceHeight + sramDatas[i+1][1]*sliceStep
pllTransf = Transformation( coreAb.getXMax() # -u(234.0)
, coreAb.getYMax() - u(208.0)
, Transformation.Orientation.MX )