summaryrefslogtreecommitdiffstats
path: root/src/base/abci/abcIf.c
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2014-08-16 18:28:41 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2014-08-16 18:28:41 -0700
commit97e620a4b7e926a036447e2b1d2b1b6e5a24eacd (patch)
treee352fe691e9739951d0e9f973891600da733a7a8 /src/base/abci/abcIf.c
parent06100279cdf00acc67a3e08da389220d6dc47f92 (diff)
downloadabc-97e620a4b7e926a036447e2b1d2b1b6e5a24eacd.tar.gz
abc-97e620a4b7e926a036447e2b1d2b1b6e5a24eacd.tar.bz2
abc-97e620a4b7e926a036447e2b1d2b1b6e5a24eacd.zip
Adding specialized matching to 'if'.
Diffstat (limited to 'src/base/abci/abcIf.c')
-rw-r--r--src/base/abci/abcIf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/base/abci/abcIf.c b/src/base/abci/abcIf.c
index 51b2e66c..06c290f9 100644
--- a/src/base/abci/abcIf.c
+++ b/src/base/abci/abcIf.c
@@ -494,6 +494,8 @@ Abc_Obj_t * Abc_NodeFromIf_rec( Abc_Ntk_t * pNtkNew, If_Man_t * pIfMan, If_Obj_t
if ( If_CutLeafBit(pCutBest, i) )
Abc_TtFlip( pTruth, Abc_TtWordNum(pCutBest->nLeaves), i );
pNodeNew->pData = Kit_TruthToHop( (Hop_Man_t *)pNtkNew->pManFunc, (unsigned *)pTruth, If_CutLeaveNum(pCutBest), vCover );
+// if ( pIfMan->pPars->fUseBat )
+// Bat_ManFuncPrintCell( *pTruth );
}
// complement the node if the cut was complemented
if ( pCutBest->fCompl && !pIfMan->pPars->fDelayOpt && !pIfMan->pPars->fDsdBalance )