abc-master
|
#include "sswInt.h"
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START Aig_Obj_t * | Ssw_BmcUnroll_rec (Ssw_Frm_t *pFrm, Aig_Obj_t *pObj, int f) |
DECLARATIONS ///. More... | |
Abc_Cex_t * | Ssw_BmcGetCounterExample (Ssw_Frm_t *pFrm, Ssw_Sat_t *pSat, int iPo, int iFrame) |
int | Ssw_BmcDynamic (Aig_Man_t *pAig, int nFramesMax, int nConfLimit, int fVerbose, int *piFrame) |
MACRO DEFINITIONS ///. More... | |
int Ssw_BmcDynamic | ( | Aig_Man_t * | pAig, |
int | nFramesMax, | ||
int | nConfLimit, | ||
int | fVerbose, | ||
int * | piFrame | ||
) |
MACRO DEFINITIONS ///.
Function*************************************************************
Synopsis [Performs BMC for the given AIG.]
Description []
SideEffects []
SeeAlso []
Definition at line 126 of file sswBmc.c.
Function*************************************************************
Synopsis [Derives counter-example.]
Description []
SideEffects []
SeeAlso []
Definition at line 90 of file sswBmc.c.
ABC_NAMESPACE_IMPL_START Aig_Obj_t* Ssw_BmcUnroll_rec | ( | Ssw_Frm_t * | pFrm, |
Aig_Obj_t * | pObj, | ||
int | f | ||
) |
DECLARATIONS ///.
CFile****************************************************************
FileName [sswBmc.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Inductive prover with constraints.]
Synopsis [Bounded model checker using dynamic unrolling.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - September 1, 2008.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Incrementally unroll the timeframes.]
Description []
SideEffects []
SeeAlso []
Definition at line 45 of file sswBmc.c.