mirror of
https://github.com/YosysHQ/abc.git
synced 2026-09-08 11:53:16 +02:00
Exploration of functions.
This commit is contained in:
@@ -655,7 +655,7 @@ void Abc_EnumerateFuncs( int nVars, int nGates, int fVerbose )
|
||||
assert( nGates > 0 && nVars + nGates < ABC_ENUM_MAX );
|
||||
memset( p, 0, sizeof(Abc_EnuMan_t) );
|
||||
p->fVerbose = fVerbose;
|
||||
p->fUseXor = 1;
|
||||
p->fUseXor = 0;
|
||||
p->nVars = nVars;
|
||||
p->nNodeMax = nVars + nGates;
|
||||
p->nNodes = nVars;
|
||||
|
||||
Reference in New Issue
Block a user