summaryrefslogtreecommitdiffstats
path: root/src/proof/ssw/ssw.h
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2013-04-01 18:39:42 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2013-04-01 18:39:42 -0700
commit48fce79453b6d3bc591303075e4f3ae95a821f62 (patch)
tree6082583975d75a29dc71bfe2841a51c98f72866e /src/proof/ssw/ssw.h
parent2c275b8c7156e22f317edc81fe8ab3cbb82e0a76 (diff)
downloadabc-48fce79453b6d3bc591303075e4f3ae95a821f62.tar.gz
abc-48fce79453b6d3bc591303075e4f3ae95a821f62.tar.bz2
abc-48fce79453b6d3bc591303075e4f3ae95a821f62.zip
Updating 'sim3' to move the design into the last rare state.
Diffstat (limited to 'src/proof/ssw/ssw.h')
-rw-r--r--src/proof/ssw/ssw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proof/ssw/ssw.h b/src/proof/ssw/ssw.h
index 8633835c..fd6fb13d 100644
--- a/src/proof/ssw/ssw.h
+++ b/src/proof/ssw/ssw.h
@@ -118,7 +118,7 @@ extern int Ssw_SecGeneral( Aig_Man_t * pAig1, Aig_Man_t * pAig2, Ssw_P
extern int Ssw_SecGeneralMiter( Aig_Man_t * pMiter, Ssw_Pars_t * pPars );
/*=== sswRarity.c ===================================================*/
extern int Ssw_RarSignalFilter( Aig_Man_t * pAig, int nFrames, int nWords, int nBinSize, int nRounds, int nRestart, int nRandSeed, int TimeOut, int fMiter, Abc_Cex_t * pCex, int fLatchOnly, int fVerbose );
-extern int Ssw_RarSimulate( Aig_Man_t * pAig, int nFrames, int nWords, int nBinSize, int nRounds, int nRestart, int nRandSeed, int TimeOut, int TimeOutGap, int fSolveAll, int fVerbose, int fNotVerbose );
+extern int Ssw_RarSimulate( Aig_Man_t * pAig, int nFrames, int nWords, int nBinSize, int nRounds, int nRestart, int nRandSeed, int TimeOut, int TimeOutGap, int fSolveAll, int fSetLastState, int fVerbose, int fNotVerbose );
/*=== sswSim.c ===================================================*/
extern Ssw_Sml_t * Ssw_SmlSimulateComb( Aig_Man_t * pAig, int nWords );
extern Ssw_Sml_t * Ssw_SmlSimulateSeq( Aig_Man_t * pAig, int nPref, int nFrames, int nWords );