Commit a63319ad by Alan Mishchenko

Bug fix in &mfs.

parent 0bd26507
...@@ -393,6 +393,8 @@ Gia_Man_t * Gia_ManInsertMfs( Gia_Man_t * p, Sfm_Ntk_t * pNtk, int fAllBoxes ) ...@@ -393,6 +393,8 @@ Gia_Man_t * Gia_ManInsertMfs( Gia_Man_t * p, Sfm_Ntk_t * pNtk, int fAllBoxes )
if ( Vec_IntFind(vMfsTopo, iGroup) >= 0 ) if ( Vec_IntFind(vMfsTopo, iGroup) >= 0 )
{ {
iLitNew = Vec_IntEntry( vMfs2Gia, iMfsId ); iLitNew = Vec_IntEntry( vMfs2Gia, iMfsId );
if ( iLitNew < 0 )
continue;
assert( iLitNew >= 0 ); assert( iLitNew >= 0 );
} }
continue; continue;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment