summaryrefslogtreecommitdiffstats
path: root/src/aig/nwk/nwkMap.c
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2008-04-04 08:01:00 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2008-04-04 08:01:00 -0700
commitef20b0c5336e28a3e09db9f0accfc072db1559cc (patch)
treebc987400745412e23fa7d55cbab0d5a23294e9e6 /src/aig/nwk/nwkMap.c
parent69b5bcad56f9352eea80d3e9b5e1322782522059 (diff)
downloadabc-ef20b0c5336e28a3e09db9f0accfc072db1559cc.tar.gz
abc-ef20b0c5336e28a3e09db9f0accfc072db1559cc.tar.bz2
abc-ef20b0c5336e28a3e09db9f0accfc072db1559cc.zip
Version abc80404
Diffstat (limited to 'src/aig/nwk/nwkMap.c')
-rw-r--r--src/aig/nwk/nwkMap.c2
1 files changed, 1 insertions, 1 deletions
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;