From 8af9ec455d6733e9b0667f1df0662c97263ae9af Mon Sep 17 00:00:00 2001 From: Jean-Paul Chaput Date: Mon, 14 Sep 2020 15:20:43 +0200 Subject: [PATCH] Configuration updated for test of HFNS. --- experiments9/doDesignFlat.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ) -- 2.30.2