Bug fix in &mfs.

This commit is contained in:
Alan Mishchenko 2019-07-25 23:15:18 +07:00
parent 0bd265072d
commit a63319ade8
1 changed files with 2 additions and 0 deletions

View File

@ -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 )
{
iLitNew = Vec_IntEntry( vMfs2Gia, iMfsId );
if ( iLitNew < 0 )
continue;
assert( iLitNew >= 0 );
}
continue;