summaryrefslogtreecommitdiffstats
path: root/src/opt
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2014-09-20 14:10:05 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2014-09-20 14:10:05 -0700
commit00b8cda3d379d4af9cf126b302f502d8fbb3c9ca (patch)
treee10f53e94d5082a52be967a1487b8420a94f8b90 /src/opt
parent1fb65889a32d18b4b5ae6a36b13aea557960928a (diff)
downloadabc-00b8cda3d379d4af9cf126b302f502d8fbb3c9ca.tar.gz
abc-00b8cda3d379d4af9cf126b302f502d8fbb3c9ca.tar.bz2
abc-00b8cda3d379d4af9cf126b302f502d8fbb3c9ca.zip
Synchronizing packages.
Diffstat (limited to 'src/opt')
-rw-r--r--src/opt/dau/dauGia.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opt/dau/dauGia.c b/src/opt/dau/dauGia.c
index 1d821a30..cc8ca23e 100644
--- a/src/opt/dau/dauGia.c
+++ b/src/opt/dau/dauGia.c
@@ -30,7 +30,7 @@ ABC_NAMESPACE_IMPL_START
extern int Kit_TruthToGia( Gia_Man_t * pMan, unsigned * pTruth, int nVars, Vec_Int_t * vMemory, Vec_Int_t * vLeaves, int fHash );
-#define DAU_DSD_MAX_VAR 8
+#define DAU_DSD_MAX_VAR 12
static int m_Calls = 0;
static int m_NonDsd = 0;