diff options
Diffstat (limited to 'src/opt')
-rw-r--r-- | src/opt/dau/dauGia.c | 2 |
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; |