From: Jean-Paul Chaput Date: Mon, 14 Sep 2020 13:20:43 +0000 (+0200) Subject: Configuration updated for test of HFNS. X-Git-Tag: partial-core-ls180-gdsii~79 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8af9ec455d6733e9b0667f1df0662c97263ae9af;p=soclayout.git Configuration updated for test of HFNS. --- diff --git a/experiments9/doDesignFlat.py b/experiments9/doDesignFlat.py index aa61b2e..d45f0c4 100644 --- a/experiments9/doDesignFlat.py +++ b/experiments9/doDesignFlat.py @@ -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 )