summaryrefslogtreecommitdiffstats
path: root/src/base/abci/abc.c
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2015-03-16 19:38:43 +0700
committerAlan Mishchenko <alanmi@berkeley.edu>2015-03-16 19:38:43 +0700
commit7fe11c51cfb050dafef1cf875dc4eb4e65352465 (patch)
treeb27983a74456b0cac4561c537cb46e1f868763a0 /src/base/abci/abc.c
parent1e757a85670b295384e16fa9ce534ffceca6be71 (diff)
downloadabc-7fe11c51cfb050dafef1cf875dc4eb4e65352465.tar.gz
abc-7fe11c51cfb050dafef1cf875dc4eb4e65352465.tar.bz2
abc-7fe11c51cfb050dafef1cf875dc4eb4e65352465.zip
Several bug fixes and silencing requests.
Diffstat (limited to 'src/base/abci/abc.c')
-rw-r--r--src/base/abci/abc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/abci/abc.c b/src/base/abci/abc.c
index de96b546..10a6f191 100644
--- a/src/base/abci/abc.c
+++ b/src/base/abci/abc.c
@@ -30301,7 +30301,7 @@ int Abc_CommandAbc9Fraig( Abc_Frame_t * pAbc, int argc, char ** argv )
Abc_Print( -1, "Abc_CommandAbc9Fraig(): There is no AIG.\n" );
return 1;
}
- pTemp = Cec_ManSatSweeping( pAbc->pGia, pPars );
+ pTemp = Cec_ManSatSweeping( pAbc->pGia, pPars, 0 );
Abc_FrameUpdateGia( pAbc, pTemp );
return 0;