mirror of
https://github.com/YosysHQ/abc.git
synced 2026-09-04 08:33:58 +02:00
Changes to be able to compile ABC without CUDD.
This commit is contained in:
@@ -28,10 +28,11 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <float.h>
|
||||
#include <math.h>
|
||||
|
||||
#include "base/main/main.h"
|
||||
#include "map/mio/mio.h"
|
||||
#include "mapper.h"
|
||||
#include "misc/extra/extraBdd.h"
|
||||
|
||||
ABC_NAMESPACE_HEADER_START
|
||||
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
#include "misc/st/st.h"
|
||||
#include "map/mio/mio.h"
|
||||
#include "bool/kit/kit.h"
|
||||
#include "misc/extra/extra.h"
|
||||
|
||||
ABC_NAMESPACE_IMPL_START
|
||||
|
||||
|
||||
Reference in New Issue
Block a user