mirror of https://github.com/YosysHQ/abc.git
Compiler warnings.
This commit is contained in:
parent
c602cbe338
commit
fad6254c07
|
|
@ -35,6 +35,7 @@ struct Cba_Trip_t_
|
|||
char * pCode;
|
||||
char * pSigs[6];
|
||||
};
|
||||
/*
|
||||
static Cba_Trip_t s_Types[100] =
|
||||
{
|
||||
{ CBA_BOX_CT , "VERIFIC_PWR", "1", {"o"} },
|
||||
|
|
@ -118,7 +119,7 @@ static Cba_Trip_t s_Types[100] =
|
|||
{ CBA_BOX_PENC , "PrioEncoder_", "a?", {"sel","o"} },
|
||||
{ CBA_BOX_ABS , "abs", "aa", {"i","o"} }
|
||||
};
|
||||
|
||||
*/
|
||||
|
||||
////////////////////////////////////////////////////////////////////////
|
||||
/// FUNCTION DEFINITIONS ///
|
||||
|
|
|
|||
|
|
@ -232,7 +232,7 @@ static inline void Pla_ManPrintStats( Pla_Man_t * p, int fVerbose )
|
|||
printf( "Cube =%8d ", Pla_ManCubeNum(p) );
|
||||
printf( "LitIn =%8d ", Pla_ManLitInNum(p) );
|
||||
printf( "LitOut =%8d ", Pla_ManLitOutNum(p) );
|
||||
printf( "%\n" );
|
||||
printf( "\n" );
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue