From: Jean-Paul Chaput Date: Sat, 26 Jun 2021 12:41:17 +0000 (+0200) Subject: Readjust the position of the SRAM after their blockage changes. X-Git-Tag: LS180_RC6~1 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=36c57db51fce71b6ad58024d8e047d2c85f6ceee;p=soclayout.git Readjust the position of the SRAM after their blockage changes. --- diff --git a/experiments9/tsmc_c018/doDesign.py b/experiments9/tsmc_c018/doDesign.py index 9c86139..c70296d 100644 --- a/experiments9/tsmc_c018/doDesign.py +++ b/experiments9/tsmc_c018/doDesign.py @@ -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 )