Synthesis for mesh of LUTs.

This commit is contained in:
Alan Mishchenko 2017-03-17 13:54:30 -07:00
parent 9e668f1b10
commit d81d9cc05a
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ inline int Bmc_MeshUVar( int Me[102][102], int x, int y ) { return Me[x][y] + Me
SeeAlso []
***********************************************************************/
static inline Bmc_MeshVarValue( satoko_t * p, int v )
static inline int Bmc_MeshVarValue( satoko_t * p, int v )
{
int value = var_value(p, v) != VAR_UNASSING ? var_value(p, v) : var_polarity(p, v);
return value == LIT_TRUE;