abc-master
|
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START void | Ssw_ManRefineByFilterSim (Ssw_Man_t *p, int nFrames) |
DECLARATIONS ///. More... | |
void | Ssw_ManRollForward (Ssw_Man_t *p, int nFrames) |
void | Ssw_ManFindStartingState (Ssw_Man_t *p, Abc_Cex_t *pCex) |
int | Ssw_ManSweepNodeFilter (Ssw_Man_t *p, Aig_Obj_t *pObj, int f) |
Aig_Obj_t * | Ssw_ManSweepBmcFilter_rec (Ssw_Man_t *p, Aig_Obj_t *pObj, int f) |
int | Ssw_ManSweepBmcFilter (Ssw_Man_t *p, int TimeLimit) |
void | Ssw_SignalFilter (Aig_Man_t *pAig, int nFramesMax, int nConfMax, int nRounds, int TimeLimit, int TimeLimit2, Abc_Cex_t *pCex, int fLatchOnly, int fVerbose) |
void | Ssw_SignalFilterGia (Gia_Man_t *p, int nFramesMax, int nConfMax, int nRounds, int TimeLimit, int TimeLimit2, Abc_Cex_t *pCex, int fLatchOnly, int fVerbose) |
Function*************************************************************
Synopsis [Performs fraiging for one node.]
Description [Returns the fraiged node.]
SideEffects []
SeeAlso []
Definition at line 138 of file sswFilter.c.
ABC_NAMESPACE_IMPL_START void Ssw_ManRefineByFilterSim | ( | Ssw_Man_t * | p, |
int | nFrames | ||
) |
DECLARATIONS ///.
CFile****************************************************************
FileName [sswConstr.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Inductive prover with constraints.]
Synopsis [One round of SAT sweeping.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - September 1, 2008.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Performs fraiging for one node.]
Description [Returns the fraiged node.]
SideEffects []
SeeAlso []
Definition at line 46 of file sswFilter.c.
void Ssw_ManRollForward | ( | Ssw_Man_t * | p, |
int | nFrames | ||
) |
Function*************************************************************
Synopsis [Performs fraiging for one node.]
Description [Returns the fraiged node.]
SideEffects []
SeeAlso []
Definition at line 96 of file sswFilter.c.
int Ssw_ManSweepBmcFilter | ( | Ssw_Man_t * | p, |
int | TimeLimit | ||
) |
Function*************************************************************
Synopsis [Filter equivalence classes of nodes.]
Description []
SideEffects []
SeeAlso []
Definition at line 278 of file sswFilter.c.
Function*************************************************************
Synopsis [Performs fraiging for the internal nodes.]
Description []
SideEffects []
SeeAlso []
Definition at line 241 of file sswFilter.c.
Function*************************************************************
Synopsis [Performs fraiging for one node.]
Description [Returns the fraiged node.]
SideEffects []
SeeAlso []
Definition at line 185 of file sswFilter.c.
void Ssw_SignalFilter | ( | Aig_Man_t * | pAig, |
int | nFramesMax, | ||
int | nConfMax, | ||
int | nRounds, | ||
int | TimeLimit, | ||
int | TimeLimit2, | ||
Abc_Cex_t * | pCex, | ||
int | fLatchOnly, | ||
int | fVerbose | ||
) |
Function*************************************************************
Synopsis [Filter equivalence classes of nodes.]
Description [Unrolls at most nFramesMax frames. Works with nConfMax conflicts until the first undefined SAT call. Verbose prints the message.]
SideEffects []
SeeAlso []
Definition at line 382 of file sswFilter.c.
void Ssw_SignalFilterGia | ( | Gia_Man_t * | p, |
int | nFramesMax, | ||
int | nConfMax, | ||
int | nRounds, | ||
int | TimeLimit, | ||
int | TimeLimit2, | ||
Abc_Cex_t * | pCex, | ||
int | fLatchOnly, | ||
int | fVerbose | ||
) |
Function*************************************************************
Synopsis [Filter equivalence classes of nodes.]
Description []
SideEffects []
SeeAlso []
Definition at line 473 of file sswFilter.c.