Invalidate packing after mapping is updated.

This commit is contained in:
Alan Mishchenko 2016-05-09 11:25:26 -07:00
parent 652b279234
commit c89f987dc7
1 changed files with 1 additions and 0 deletions

View File

@ -1213,6 +1213,7 @@ void Gia_ManLutSat( Gia_Man_t * pGia, int LutSize, int nNumber, int nImproves, i
if ( p->fVerbose )
Sbl_ManPrintRuntime( p );
Sbl_ManStop( p );
Vec_IntFreeP( &pGia->vPacking );
}
////////////////////////////////////////////////////////////////////////