mirror of https://github.com/YosysHQ/abc.git
More tuning in &nf.
This commit is contained in:
parent
362a879d6b
commit
4f74e00470
|
|
@ -1846,7 +1846,7 @@ void Nf_ManSetDefaultPars( Jf_Par_t * pPars )
|
|||
pPars->nLutSize = 6;
|
||||
pPars->nCutNum = 16;
|
||||
pPars->nProcNum = 0;
|
||||
pPars->nRounds = 3;
|
||||
pPars->nRounds = 5;
|
||||
pPars->nRoundsEla = 3;
|
||||
pPars->nRelaxRatio = 0;
|
||||
pPars->nCoarseLimit = 3;
|
||||
|
|
|
|||
|
|
@ -874,7 +874,7 @@ Abc_Ntk_t * Abc_NtkFromCellMappedGia( Gia_Man_t * p )
|
|||
{
|
||||
int fFixDrivers = 1;
|
||||
int fDuplicate = 1;
|
||||
int fVerbose = 1;
|
||||
int fVerbose = 0;
|
||||
Abc_Ntk_t * pNtkNew;
|
||||
Vec_Int_t * vCopyLits;
|
||||
Abc_Obj_t * pObjNew, * pObjNewLi, * pObjNewLo;
|
||||
|
|
|
|||
Loading…
Reference in New Issue