Changes to be able to compile ABC without CUDD.

This commit is contained in:
Alan Mishchenko
2015-08-24 21:09:43 -07:00
parent 9ef96ae8a6
commit eb699bbaf8
5 changed files with 307 additions and 307 deletions
+1 -1
View File
@@ -586,7 +586,7 @@ Aig_Man_t * Saig_ManDupCones( Aig_Man_t * pAig, int * pPos, int nPos )
}
#ifdef ABC_USE_CUDD
#ifndef ABC_USE_CUDD
int Aig_ManVerifyUsingBdds( Aig_Man_t * pInit, Saig_ParBbr_t * pPars ) { return 0; }
void Bbr_ManSetDefaultParams( Saig_ParBbr_t * p ) {}
#endif
+1 -1
View File
@@ -21,7 +21,7 @@
#include "kit.h"
#ifdef ABC_USE_CUDD
#include "misc/extra/extraBdd.h"
#include "bdd/extrab/extraBdd.h"
#endif
ABC_NAMESPACE_IMPL_START