Commit 4f74e004 by Alan Mishchenko

More tuning in &nf.

parent 362a879d
...@@ -1846,7 +1846,7 @@ void Nf_ManSetDefaultPars( Jf_Par_t * pPars ) ...@@ -1846,7 +1846,7 @@ void Nf_ManSetDefaultPars( Jf_Par_t * pPars )
pPars->nLutSize = 6; pPars->nLutSize = 6;
pPars->nCutNum = 16; pPars->nCutNum = 16;
pPars->nProcNum = 0; pPars->nProcNum = 0;
pPars->nRounds = 3; pPars->nRounds = 5;
pPars->nRoundsEla = 3; pPars->nRoundsEla = 3;
pPars->nRelaxRatio = 0; pPars->nRelaxRatio = 0;
pPars->nCoarseLimit = 3; pPars->nCoarseLimit = 3;
......
...@@ -874,7 +874,7 @@ Abc_Ntk_t * Abc_NtkFromCellMappedGia( Gia_Man_t * p ) ...@@ -874,7 +874,7 @@ Abc_Ntk_t * Abc_NtkFromCellMappedGia( Gia_Man_t * p )
{ {
int fFixDrivers = 1; int fFixDrivers = 1;
int fDuplicate = 1; int fDuplicate = 1;
int fVerbose = 1; int fVerbose = 0;
Abc_Ntk_t * pNtkNew; Abc_Ntk_t * pNtkNew;
Vec_Int_t * vCopyLits; Vec_Int_t * vCopyLits;
Abc_Obj_t * pObjNew, * pObjNewLi, * pObjNewLo; Abc_Obj_t * pObjNew, * pObjNewLi, * pObjNewLo;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment