mirror of https://github.com/YosysHQ/abc.git
Corner-case bug in MiniLUT computation.
This commit is contained in:
parent
3f758f20e8
commit
65dce2fa80
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue