summaryrefslogtreecommitdiffstats
path: root/src/aig/kit/kitIsop.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/aig/kit/kitIsop.c')
-rw-r--r--src/aig/kit/kitIsop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/aig/kit/kitIsop.c b/src/aig/kit/kitIsop.c
index 18039dc5..fc017c0e 100644
--- a/src/aig/kit/kitIsop.c
+++ b/src/aig/kit/kitIsop.c
@@ -28,7 +28,7 @@ ABC_NAMESPACE_IMPL_START
////////////////////////////////////////////////////////////////////////
// ISOP computation fails if intermediate memory usage exceed this limit
-#define KIT_ISOP_MEM_LIMIT (1<<16)
+#define KIT_ISOP_MEM_LIMIT (1<<20)
// static procedures to compute ISOP
static unsigned * Kit_TruthIsop_rec( unsigned * puOn, unsigned * puOnDc, int nVars, Kit_Sop_t * pcRes, Vec_Int_t * vStore );