summaryrefslogtreecommitdiffstats
path: root/src/opt/dau/dau.h
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2012-11-11 21:37:27 -0800
committerAlan Mishchenko <alanmi@berkeley.edu>2012-11-11 21:37:27 -0800
commite779b8c8894b1b0d90a84293a3a8d1b76d03cdee (patch)
tree416b237275946dabd5b2a0473adc7644276b7704 /src/opt/dau/dau.h
parente52dc774302cfcbc84473d69ea00864e50a3b199 (diff)
downloadabc-e779b8c8894b1b0d90a84293a3a8d1b76d03cdee.tar.gz
abc-e779b8c8894b1b0d90a84293a3a8d1b76d03cdee.tar.bz2
abc-e779b8c8894b1b0d90a84293a3a8d1b76d03cdee.zip
Improved DSD.
Diffstat (limited to 'src/opt/dau/dau.h')
-rw-r--r--src/opt/dau/dau.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/opt/dau/dau.h b/src/opt/dau/dau.h
index 755af85c..a6db62a5 100644
--- a/src/opt/dau/dau.h
+++ b/src/opt/dau/dau.h
@@ -40,7 +40,7 @@
ABC_NAMESPACE_HEADER_START
#define DAU_MAX_VAR 12 // should be 6 or more
-#define DAU_MAX_STR 256
+#define DAU_MAX_STR 2048
#define DAU_MAX_WORD (1<<(DAU_MAX_VAR-6))
////////////////////////////////////////////////////////////////////////
@@ -70,7 +70,7 @@ extern int Dau_DsdCountAnds( char * pDsd );
/*=== dauMerge.c ==========================================================*/
extern void Dau_DsdRemoveBraces( char * pDsd, int * pMatches );
-extern char * Dau_DsdMerge( char * pDsd0i, int * pPerm0, char * pDsd1i, int * pPerm1, int fCompl0, int fCompl1 );
+extern char * Dau_DsdMerge( char * pDsd0i, int * pPerm0, char * pDsd1i, int * pPerm1, int fCompl0, int fCompl1, int nVars );
ABC_NAMESPACE_HEADER_END