mirror of https://github.com/YosysHQ/abc.git
Synthesis for mesh of LUTs.
This commit is contained in:
parent
9e668f1b10
commit
d81d9cc05a
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue