corona-core gap too small
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 13 Nov 2020 20:18:17 +0000 (20:18 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 13 Nov 2020 20:18:17 +0000 (20:18 +0000)
experiments9/doDesign.py

index 577947ff740170ab4b96580de81f5dbb23485d24..db4f3c78703c91ebf546573f8774fe14a1941d16 100644 (file)
@@ -134,7 +134,7 @@ def scriptMain (**kw):
     """The mandatory function to be called by Coriolis CGT/Unicorn."""
     global af
     rvalue = True
-    sz = 25500 # core size
+    sz = 26000 # core size
     try:
         helpers.setTraceLevel(550)
         usePadsPosition = True
@@ -161,7 +161,7 @@ def scriptMain (**kw):
         ls180Conf.chipConf.name = 'chip'
         ls180Conf.chipConf.ioPadGauge = 'niolib'
         ls180Conf.coreSize = (l(sz), l(sz))
-        ls180Conf.chipSize = (l(sz+3350), l(sz+3350))
+        ls180Conf.chipSize = (l(sz+3360), l(sz+3360))
         ls180ToChip = CoreToChip(ls180Conf)
         ls180ToChip.buildChip()
         chipBuilder = Chip(ls180Conf)