mirror of https://github.com/YosysHQ/abc.git
Experiments with function enumeration.
This commit is contained in:
parent
b90528ab1e
commit
21e5b041d5
|
|
@ -28,7 +28,7 @@ ABC_NAMESPACE_IMPL_START
|
|||
/// DECLARATIONS ///
|
||||
////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#define USE4VARS 1
|
||||
//#define USE4VARS 1
|
||||
|
||||
////////////////////////////////////////////////////////////////////////
|
||||
/// FUNCTION DEFINITIONS ///
|
||||
|
|
@ -47,7 +47,7 @@ ABC_NAMESPACE_IMPL_START
|
|||
***********************************************************************/
|
||||
void Dau_TruthEnum()
|
||||
{
|
||||
int fUseTable = 1;
|
||||
int fUseTable = 0;
|
||||
abctime clk = Abc_Clock();
|
||||
#ifdef USE4VARS
|
||||
int nVars = 4;
|
||||
|
|
|
|||
Loading…
Reference in New Issue