workaround for spr bug
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 5 Aug 2020 14:26:49 +0000 (14:26 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 5 Aug 2020 14:26:49 +0000 (14:26 +0000)
https://gitlab.lip6.fr/vlsi-eda/coriolis/-/issues/23
reduce height of SPR block

experiments9/doDesign.py

index 53602e74c09b285ae88d53d2bd0888073dbaba8d..bd0d61c8d4ac72208d90b81118bcaccc1dc63014 100644 (file)
@@ -474,7 +474,7 @@ def scriptMain ( **kw ):
         blockSpr0.state.cfg.etesian.uniformDensity = True
         blockSpr0.state.cfg.etesian.spaceMargin    = 0.5
         blockSpr0.state.cfg.katana.searchHalo      = 1
-        blockSpr0.state.fixedHeight = l(5000)
+        blockSpr0.state.fixedHeight = l(4500)
         blockSpr0.state.useSpares   = False
        #rvalue = blockSpr0.build()