summaryrefslogtreecommitdiffstats
path: root/src/aig/ivy/ivyMan.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/aig/ivy/ivyMan.c')
-rw-r--r--src/aig/ivy/ivyMan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/aig/ivy/ivyMan.c b/src/aig/ivy/ivyMan.c
index 2d99c4f1..07faef85 100644
--- a/src/aig/ivy/ivyMan.c
+++ b/src/aig/ivy/ivyMan.c
@@ -411,7 +411,7 @@ int Ivy_ManLatchIsSelfFeed( Ivy_Obj_t * pLatch )
int Ivy_ManPropagateBuffers( Ivy_Man_t * p, int fUpdateLevel )
{
Ivy_Obj_t * pNode;
- int LimitFactor = 10;
+ int LimitFactor = 100;
int NodeBeg = Ivy_ManNodeNum(p);
int nSteps;
for ( nSteps = 0; Vec_PtrSize(p->vBufs) > 0; nSteps++ )