Experiments with function enumeration.

This commit is contained in:
Alan Mishchenko 2018-08-01 20:31:02 -08:00
parent b90528ab1e
commit 21e5b041d5
1 changed files with 2 additions and 2 deletions

View File

@ -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;