Commit 21e5b041 by Alan Mishchenko

Experiments with function enumeration.

parent b90528ab
...@@ -28,7 +28,7 @@ ABC_NAMESPACE_IMPL_START ...@@ -28,7 +28,7 @@ ABC_NAMESPACE_IMPL_START
/// DECLARATIONS /// /// DECLARATIONS ///
//////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////
#define USE4VARS 1 //#define USE4VARS 1
//////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////
/// FUNCTION DEFINITIONS /// /// FUNCTION DEFINITIONS ///
...@@ -47,7 +47,7 @@ ABC_NAMESPACE_IMPL_START ...@@ -47,7 +47,7 @@ ABC_NAMESPACE_IMPL_START
***********************************************************************/ ***********************************************************************/
void Dau_TruthEnum() void Dau_TruthEnum()
{ {
int fUseTable = 1; int fUseTable = 0;
abctime clk = Abc_Clock(); abctime clk = Abc_Clock();
#ifdef USE4VARS #ifdef USE4VARS
int nVars = 4; int nVars = 4;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment