summaryrefslogtreecommitdiffstats
path: root/src/base/abci/abcAuto.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/abci/abcAuto.c')
-rw-r--r--src/base/abci/abcAuto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/abci/abcAuto.c b/src/base/abci/abcAuto.c
index f1e1ef75..fb818ff3 100644
--- a/src/base/abci/abcAuto.c
+++ b/src/base/abci/abcAuto.c
@@ -51,7 +51,7 @@ void Abc_NtkAutoPrint( Abc_Ntk_t * pNtk, int Output, int fNaive, int fVerbose )
int nOutputs, nInputs, i;
// compute the global BDDs
- if ( Abc_NtkGlobalBdds(pNtk, 0) == NULL )
+ if ( Abc_NtkGlobalBdds(pNtk, 10000000, 0) == NULL )
return;
// get information about the network