summaryrefslogtreecommitdiffstats
path: root/src/base/abci/abc.c
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2012-03-16 15:43:08 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2012-03-16 15:43:08 -0700
commitc347f2b90b1164fe50b4bb061b3cd4e63bbfeda4 (patch)
treec7690a1facbdcb9d92297eaa93777a9513c31bc6 /src/base/abci/abc.c
parentaeedc6ace5c60834919f55515ad8ccfdd9ceaf0a (diff)
downloadabc-c347f2b90b1164fe50b4bb061b3cd4e63bbfeda4.tar.gz
abc-c347f2b90b1164fe50b4bb061b3cd4e63bbfeda4.tar.bz2
abc-c347f2b90b1164fe50b4bb061b3cd4e63bbfeda4.zip
Alternative way of computing delay in SOP balancing.
Diffstat (limited to 'src/base/abci/abc.c')
-rw-r--r--src/base/abci/abc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/base/abci/abc.c b/src/base/abci/abc.c
index eca3eb2a..08087c98 100644
--- a/src/base/abci/abc.c
+++ b/src/base/abci/abc.c
@@ -13504,6 +13504,7 @@ int Abc_CommandIf( Abc_Frame_t * pAbc, int argc, char ** argv )
if ( pPars->fDelayOpt )
{
pPars->fTruth = 1;
+ pPars->fCutMin = 1;
pPars->fExpRed = 0;
pPars->fUsePerm = 1;
pPars->pLutLib = NULL;
@@ -13512,6 +13513,7 @@ int Abc_CommandIf( Abc_Frame_t * pAbc, int argc, char ** argv )
if ( pPars->fUserRecLib )
{
pPars->fTruth = 1;
+ pPars->fCutMin = 1;
pPars->fExpRed = 0;
pPars->fUsePerm = 1;
pPars->pLutLib = NULL;