From 685faae8e2e54e0d2d4a302f37ef9895073eb412 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Sun, 8 Jul 2012 17:56:49 -0700 Subject: Added command &gla_purify. --- src/aig/gia/giaDup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/aig/gia/giaDup.c') 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) ) -- cgit v1.2.3