From ef20b0c5336e28a3e09db9f0accfc072db1559cc Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Fri, 4 Apr 2008 08:01:00 -0700 Subject: Version abc80404 --- src/aig/nwk/nwkMap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/aig/nwk/nwkMap.c') diff --git a/src/aig/nwk/nwkMap.c b/src/aig/nwk/nwkMap.c index ee7f56ad..acbfbc0a 100644 --- a/src/aig/nwk/nwkMap.c +++ b/src/aig/nwk/nwkMap.c @@ -52,7 +52,7 @@ void Nwk_ManSetIfParsDefault( If_Par_t * pPars ) pPars->nFlowIters = 1; pPars->nAreaIters = 2; pPars->DelayTarget = -1; - pPars->Epsilon = (float)0.001; + pPars->Epsilon = (float)0.005; pPars->fPreprocess = 1; pPars->fArea = 0; pPars->fFancy = 0; -- cgit v1.2.3