Corner-case bug in MiniLUT computation.

This commit is contained in:
Alan Mishchenko 2020-04-02 17:52:43 -07:00
parent 3f758f20e8
commit 65dce2fa80
1 changed files with 1 additions and 0 deletions

View File

@ -317,6 +317,7 @@ Mini_Lut_t * Gia_ManToMiniLut( Gia_Man_t * pGia )
p = Mini_LutStart( LutSize );
// create primary inputs
Gia_ManFillValue( pGia );
Gia_ManConst0(pGia)->Value = 0;
Gia_ManForEachCi( pGia, pObj, i )
pObj->Value = Mini_LutCreatePi(p);
// create internal nodes