summaryrefslogtreecommitdiffstats
path: root/src/base/wlc
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2022-03-05 20:58:38 -0800
committerAlan Mishchenko <alanmi@berkeley.edu>2022-03-05 20:58:38 -0800
commit32693e9857c21c03257ec620fb2439ad36d381e3 (patch)
tree746a990010f0d5b95343b32cdba8abf0fc486d73 /src/base/wlc
parent6606c18c708deb1844b3bf05d6fa9b5e05003579 (diff)
downloadabc-32693e9857c21c03257ec620fb2439ad36d381e3.tar.gz
abc-32693e9857c21c03257ec620fb2439ad36d381e3.tar.bz2
abc-32693e9857c21c03257ec620fb2439ad36d381e3.zip
Experiments with word-level data structures.
Diffstat (limited to 'src/base/wlc')
-rw-r--r--src/base/wlc/wlcCom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/wlc/wlcCom.c b/src/base/wlc/wlcCom.c
index 37ecf2c7..dcddd042 100644
--- a/src/base/wlc/wlcCom.c
+++ b/src/base/wlc/wlcCom.c
@@ -21,7 +21,7 @@
#include "wlc.h"
#include "base/wln/wln.h"
#include "base/main/mainInt.h"
-#include "aig/miniaig/ndr.h"
+//#include "aig/miniaig/ndr.h"
ABC_NAMESPACE_IMPL_START