mirror of https://github.com/YosysHQ/abc.git
Enabling LUT decomposition in two special cases.
This commit is contained in:
parent
6de83eb3b6
commit
426b1d2d43
|
|
@ -235,7 +235,7 @@ void Gia_ManPrintMappingStats( Gia_Man_t * p )
|
||||||
Abc_Print( 1, "lev =%5d ", LevelMax );
|
Abc_Print( 1, "lev =%5d ", LevelMax );
|
||||||
Abc_Print( 1, "mem =%5.2f MB", 4.0*(Gia_ManObjNum(p) + 2*nLuts + nFanins)/(1<<20) );
|
Abc_Print( 1, "mem =%5.2f MB", 4.0*(Gia_ManObjNum(p) + 2*nLuts + nFanins)/(1<<20) );
|
||||||
Abc_Print( 1, "\n" );
|
Abc_Print( 1, "\n" );
|
||||||
|
/*
|
||||||
{
|
{
|
||||||
char * pFileName = "stats_map.txt";
|
char * pFileName = "stats_map.txt";
|
||||||
static char FileNameOld[1000] = {0};
|
static char FileNameOld[1000] = {0};
|
||||||
|
|
@ -262,7 +262,7 @@ void Gia_ManPrintMappingStats( Gia_Man_t * p )
|
||||||
}
|
}
|
||||||
fclose( pTable );
|
fclose( pTable );
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
/**Function*************************************************************
|
/**Function*************************************************************
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue