Readjust the position of the SRAM after their blockage changes.
authorJean-Paul Chaput <Jean-Paul.Chaput@lip6.fr>
Sat, 26 Jun 2021 12:41:17 +0000 (14:41 +0200)
committerJean-Paul Chaput <Jean-Paul.Chaput@lip6.fr>
Sat, 26 Jun 2021 12:41:17 +0000 (14:41 +0200)
experiments9/tsmc_c018/doDesign.py

index 9c86139b04d2ee57266552c7d2b18dc8d1bcaf41..c70296d67f6077e52aabf1a593ae3abbc0159bc7 100644 (file)
@@ -131,7 +131,7 @@ def scriptMain (**kw):
     """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)
@@ -279,7 +279,7 @@ def scriptMain (**kw):
                                     , 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 )