diff --git a/src/opt/dau/dauNpn.c b/src/opt/dau/dauNpn.c index b57ade673..3740eeafe 100644 --- a/src/opt/dau/dauNpn.c +++ b/src/opt/dau/dauNpn.c @@ -29,7 +29,6 @@ ABC_NAMESPACE_IMPL_START /// DECLARATIONS /// //////////////////////////////////////////////////////////////////////// -//#define USE4VARS 1 //////////////////////////////////////////////////////////////////////// /// FUNCTION DEFINITIONS /// @@ -46,19 +45,14 @@ ABC_NAMESPACE_IMPL_START SeeAlso [] ***********************************************************************/ -void Dau_TruthEnum() +void Dau_TruthEnum(int nVars) { int fUseTable = 1; abctime clk = Abc_Clock(); -#ifdef USE4VARS - int nVars = 4; - int nSizeW = 1 << 14; - char * pFileName = "tableW14.data"; -#else - int nVars = 5; - int nSizeW = 1 << 30; - char * pFileName = "tableW30.data"; -#endif + int nSizeLog = (1<