From 69b5bcad56f9352eea80d3e9b5e1322782522059 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Thu, 3 Apr 2008 20:01:00 -0700 Subject: Version abc80403_2 --- 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 44aecc03..ee7f56ad 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.01; + pPars->Epsilon = (float)0.001; pPars->fPreprocess = 1; pPars->fArea = 0; pPars->fFancy = 0; -- cgit v1.2.3