diff options
author | Alan Mishchenko <alanmi@berkeley.edu> | 2015-08-28 19:17:48 -0700 |
---|---|---|
committer | Alan Mishchenko <alanmi@berkeley.edu> | 2015-08-28 19:17:48 -0700 |
commit | 4f74e00470776716a9598ca3a36e7008c1dd9360 (patch) | |
tree | 61b64264a1f631f4e544aef9e60124d1b6d3ad66 /src/base/abci | |
parent | 362a879d6b42d02caf26ac8ec9d68c5986006dce (diff) | |
download | abc-4f74e00470776716a9598ca3a36e7008c1dd9360.tar.gz abc-4f74e00470776716a9598ca3a36e7008c1dd9360.tar.bz2 abc-4f74e00470776716a9598ca3a36e7008c1dd9360.zip |
More tuning in &nf.
Diffstat (limited to 'src/base/abci')
-rw-r--r-- | src/base/abci/abcDar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/abci/abcDar.c b/src/base/abci/abcDar.c index 06592a64..8c1928bb 100644 --- a/src/base/abci/abcDar.c +++ b/src/base/abci/abcDar.c @@ -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; |