summaryrefslogtreecommitdiffstats
path: root/src/base/abci/abcBm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/abci/abcBm.c')
-rw-r--r--src/base/abci/abcBm.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/base/abci/abcBm.c b/src/base/abci/abcBm.c
index 60051f64..ce1582dd 100644
--- a/src/base/abci/abcBm.c
+++ b/src/base/abci/abcBm.c
@@ -30,10 +30,12 @@
#include "base/abc/abc.h"
#include "opt/sim/sim.h"
#include "sat/bsat/satSolver.h"
-#include "misc/extra/extraBdd.h"
+//#include "misc/extra/extraBdd.h"
ABC_NAMESPACE_IMPL_START
+#define FALSE 0
+#define TRUE 1
int match1by1(Abc_Ntk_t * pNtk1, Vec_Ptr_t ** nodesInLevel1, Vec_Int_t ** iMatch1, Vec_Int_t ** iDep1, Vec_Int_t * matchedInputs1, int * iGroup1, Vec_Int_t ** oMatch1, int * oGroup1,
Abc_Ntk_t * pNtk2, Vec_Ptr_t ** nodesInLevel2, Vec_Int_t ** iMatch2, Vec_Int_t ** iDep2, Vec_Int_t * matchedInputs2, int * iGroup2, Vec_Int_t ** oMatch2, int * oGroup2,