Unifying representation of mapping in GIA.

This commit is contained in:
Alan Mishchenko 2013-06-25 23:19:14 -07:00
parent a66dc0afb6
commit a1669ff617
1 changed files with 1 additions and 1 deletions

View File

@ -613,6 +613,7 @@ int Gia_ManFromIfLogicNode( Gia_Man_t * pNew, int iObj, Vec_Int_t * vLeaves, Vec
int nLeaves = Vec_IntSize(vLeaves);
int i, Length, nLutLeaf, nLutLeaf2, nLutRoot, iObjLit1, iObjLit2, iObjLit3;
// check simple case
/*
static word s_Truths6[6] = {
ABC_CONST(0xAAAAAAAAAAAAAAAA),
ABC_CONST(0xCCCCCCCCCCCCCCCC),
@ -621,7 +622,6 @@ int Gia_ManFromIfLogicNode( Gia_Man_t * pNew, int iObj, Vec_Int_t * vLeaves, Vec
ABC_CONST(0xFFFF0000FFFF0000),
ABC_CONST(0xFFFFFFFF00000000)
};
/*
if ( *pRes == 0 || ~*pRes == 0 )
return Abc_LitNotCond( 0, ~*pRes == 0 );
for ( i = 0; i < Vec_IntSize(vLeaves); i++ )