From 36c57db51fce71b6ad58024d8e047d2c85f6ceee Mon Sep 17 00:00:00 2001 From: Jean-Paul Chaput Date: Sat, 26 Jun 2021 14:41:17 +0200 Subject: [PATCH] Readjust the position of the SRAM after their blockage changes. --- experiments9/tsmc_c018/doDesign.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ) -- 2.30.2