summaryrefslogtreecommitdiffstats
path: root/src/base/abci/abc.c
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2014-04-06 21:22:10 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2014-04-06 21:22:10 -0700
commitaf6705a8b1c75d069ef1fc504080b7bc6ee1c8f5 (patch)
tree0eafd2db5eabba588f2fb7ccb360035af2e53e5b /src/base/abci/abc.c
parentf1f1cf3eb13f014cf63a94dfa372eeb45c863a06 (diff)
downloadabc-af6705a8b1c75d069ef1fc504080b7bc6ee1c8f5.tar.gz
abc-af6705a8b1c75d069ef1fc504080b7bc6ee1c8f5.tar.bz2
abc-af6705a8b1c75d069ef1fc504080b7bc6ee1c8f5.zip
Implementation of DSD balancing.
Diffstat (limited to 'src/base/abci/abc.c')
-rw-r--r--src/base/abci/abc.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/base/abci/abc.c b/src/base/abci/abc.c
index 2e2c4e73..397cee76 100644
--- a/src/base/abci/abc.c
+++ b/src/base/abci/abc.c
@@ -15102,7 +15102,8 @@ int Abc_CommandIf( Abc_Frame_t * pAbc, int argc, char ** argv )
pPars->fTruth = 1;
pPars->fCutMin = 1;
pPars->fExpRed = 0;
- pPars->fUsePerm = 0;
+ pPars->fUsePerm = pPars->fDsdBalance;
+ pPars->fUseDsd = pPars->fDsdBalance;
pPars->pLutLib = NULL;
}
// modify for delay optimization
@@ -29855,7 +29856,8 @@ int Abc_CommandAbc9If( Abc_Frame_t * pAbc, int argc, char ** argv )
pPars->fTruth = 1;
pPars->fCutMin = 1;
pPars->fExpRed = 0;
- pPars->fUsePerm = 0;
+ pPars->fUsePerm = pPars->fDsdBalance;
+ pPars->fUseDsd = pPars->fDsdBalance;
pPars->pLutLib = NULL;
}
// modify for delay optimization