summaryrefslogtreecommitdiffstats
path: root/src/aig/gia/giaDup.c
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2012-07-08 17:56:49 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2012-07-08 17:56:49 -0700
commit685faae8e2e54e0d2d4a302f37ef9895073eb412 (patch)
tree54ee747f3ca085ad99c36c988f01abc4e86424f9 /src/aig/gia/giaDup.c
parent21b847a8db06267db0f44d991236e20efe327a03 (diff)
downloadabc-685faae8e2e54e0d2d4a302f37ef9895073eb412.tar.gz
abc-685faae8e2e54e0d2d4a302f37ef9895073eb412.tar.bz2
abc-685faae8e2e54e0d2d4a302f37ef9895073eb412.zip
Added command &gla_purify.
Diffstat (limited to 'src/aig/gia/giaDup.c')
-rw-r--r--src/aig/gia/giaDup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/aig/gia/giaDup.c b/src/aig/gia/giaDup.c
index cba90721..520385b8 100644
--- a/src/aig/gia/giaDup.c
+++ b/src/aig/gia/giaDup.c
@@ -1683,7 +1683,7 @@ Vec_Int_t * Gia_GlaCollectAssigned( Gia_Man_t * p, Vec_Int_t * vGateClasses )
{
if ( Entry == 0 )
continue;
- assert( Entry == 1 );
+ assert( Entry > 0 );
pObj = Gia_ManObj( p, i );
Vec_IntPush( vAssigned, Gia_ObjId(p, pObj) );
if ( Gia_ObjIsAnd(pObj) )