summaryrefslogtreecommitdiffstats
path: root/src/map/mpm/mpmTruth.c
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2013-07-15 15:22:05 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2013-07-15 15:22:05 -0700
commitf8f37d261bfb513a804078bba396f7b040024ff7 (patch)
treed76d9d2ca3df6d81f30b75bdf4483520de7897b5 /src/map/mpm/mpmTruth.c
parenta06234e87a32b9a33c1b95abb95aa4601f2b7920 (diff)
downloadabc-f8f37d261bfb513a804078bba396f7b040024ff7.tar.gz
abc-f8f37d261bfb513a804078bba396f7b040024ff7.tar.bz2
abc-f8f37d261bfb513a804078bba396f7b040024ff7.zip
New technology mapper.
Diffstat (limited to 'src/map/mpm/mpmTruth.c')
-rw-r--r--src/map/mpm/mpmTruth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/mpm/mpmTruth.c b/src/map/mpm/mpmTruth.c
index 0d917f7e..79f24cca 100644
--- a/src/map/mpm/mpmTruth.c
+++ b/src/map/mpm/mpmTruth.c
@@ -138,8 +138,8 @@ static inline int Mpm_CutTruthMinimize7( Mpm_Man_t * p, Mpm_Cut_t * pCut )
}
}
assert( k == nSuppSize );
+ assert( nSuppSize == Abc_TtSupportSize(p->Truth, Mpm_CutLeafNum(pCut)) );
pCut->nLeaves = nSuppSize;
- assert( nSuppSize == Abc_TtSupportSize(p->Truth, 6) );
// save the result
pCut->iFunc = Abc_Var2Lit( Vec_MemHashInsert(p->vTtMem, p->Truth), Abc_LitIsCompl(pCut->iFunc) );
return 1;