mirror of https://github.com/YosysHQ/abc.git
Invalidate packing after mapping is updated.
This commit is contained in:
parent
652b279234
commit
c89f987dc7
|
|
@ -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 );
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////
|
||||
|
|
|
|||
Loading…
Reference in New Issue