summaryrefslogtreecommitdiffstats
path: root/src/base/abci/abc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/abci/abc.c')
-rw-r--r--src/base/abci/abc.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/base/abci/abc.c b/src/base/abci/abc.c
index ae14d275..39a6aacb 100644
--- a/src/base/abci/abc.c
+++ b/src/base/abci/abc.c
@@ -15482,14 +15482,14 @@ int Abc_CommandSeqCleanup( Abc_Frame_t * pAbc, int argc, char ** argv )
{
Abc_Ntk_t * pNtk, * pNtkRes;
int c;
- int fLatchConst = 1;
- int fLatchEqual = 1;
- int fSaveNames = 0;
- int fUseMvSweep = 0;
- int nFramesSymb = 1;
- int nFramesSatur = 32;
- int fVerbose = 0;
- int fVeryVerbose = 0;
+ int fLatchConst = 1;
+ int fLatchEqual = 1;
+ int fSaveNames = 1;
+ int fUseMvSweep = 0;
+ int nFramesSymb = 1;
+ int nFramesSatur = 512;
+ int fVerbose = 0;
+ int fVeryVerbose = 0;
extern Abc_Ntk_t * Abc_NtkDarLatchSweep( Abc_Ntk_t * pNtk, int fLatchConst, int fLatchEqual, int fSaveNames, int fUseMvSweep, int nFramesSymb, int nFramesSatur, int fVerbose, int fVeryVerbose );
pNtk = Abc_FrameReadNtk(pAbc);