Configuration updated for test of HFNS.
authorJean-Paul Chaput <Jean-Paul.Chaput@lip6.fr>
Mon, 14 Sep 2020 13:20:43 +0000 (15:20 +0200)
committerJean-Paul Chaput <Jean-Paul.Chaput@lip6.fr>
Mon, 14 Sep 2020 13:20:43 +0000 (15:20 +0200)
experiments9/doDesignFlat.py

index aa61b2e8bbba796960921b021b475282985f3045..d45f0c4f3864fc7b4504f8a9182e3bbf177a196c 100644 (file)
@@ -128,8 +128,8 @@ def scriptMain ( **kw ):
         blockIssuer.state.editor       = editor
         blockIssuer.state.useSpares    = True
         blockIssuer.state.useClockTree = True
-        blockIssuer.state.bColumns     = 2
-        blockIssuer.state.bRows        = 2
+        blockIssuer.state.bColumns     = 6
+        blockIssuer.state.bRows        = 6
         rvalue = blockIssuer.build()
     except Exception, e:
         helpers.io.catch( e )