mirror of
https://github.com/YosysHQ/abc.git
synced 2026-08-30 01:29:01 +02:00
Changes to be able to compile ABC without CUDD.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user