abc-master
|
Go to the source code of this file.
Functions | |
static ABC_NAMESPACE_IMPL_START int | Abc_InfoGet2Bits (Vec_Int_t *vData, int nWords, int iFrame, int iObj) |
DECLARATIONS ///. More... | |
static void | Abc_InfoSet2Bits (Vec_Int_t *vData, int nWords, int iFrame, int iObj, int Value) |
static void | Abc_InfoAdd2Bits (Vec_Int_t *vData, int nWords, int iFrame, int iObj, int Value) |
static int | Gia_ManGetTwo (Gia_Man_t *p, int iFrame, Gia_Obj_t *pObj) |
static void | Gia_ManSetTwo (Gia_Man_t *p, int iFrame, Gia_Obj_t *pObj, int Value) |
static void | Gia_ManAddTwo (Gia_Man_t *p, int iFrame, Gia_Obj_t *pObj, int Value) |
int | Gia_ManAnnotateUnrolling (Gia_Man_t *p, Abc_Cex_t *pCex, int fJustMax) |
FUNCTION DEFINITIONS ///. More... | |
Gia_Man_t * | Gia_ManCreateUnate (Gia_Man_t *p, Abc_Cex_t *pCex, int iFrame, int nRealPis, int fUseAllObjects) |
Abc_Cex_t * | Gia_ManCexMin (Gia_Man_t *p, Abc_Cex_t *pCex, int iFrameStart, int nRealPis, int fJustMax, int fUseAll, int fVerbose) |
|
inlinestatic |
Definition at line 42 of file bmcCexMin2.c.
|
inlinestatic |
DECLARATIONS ///.
CFile****************************************************************
FileName [bmcCexMin2.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [SAT-based bounded model checking.]
Synopsis [CEX minimization.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]
Definition at line 31 of file bmcCexMin2.c.
|
inlinestatic |
Definition at line 36 of file bmcCexMin2.c.
Definition at line 50 of file bmcCexMin2.c.
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Annotates the unrolling with CEX value/priority.]
Description []
SideEffects []
SeeAlso []
Definition at line 72 of file bmcCexMin2.c.
Abc_Cex_t* Gia_ManCexMin | ( | Gia_Man_t * | p, |
Abc_Cex_t * | pCex, | ||
int | iFrameStart, | ||
int | nRealPis, | ||
int | fJustMax, | ||
int | fUseAll, | ||
int | fVerbose | ||
) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 317 of file bmcCexMin2.c.
Gia_Man_t* Gia_ManCreateUnate | ( | Gia_Man_t * | p, |
Abc_Cex_t * | pCex, | ||
int | iFrame, | ||
int | nRealPis, | ||
int | fUseAllObjects | ||
) |
Function*************************************************************
Synopsis [Computing AIG characterizing all justifying assignments.]
Description [Used in CEX minimization.]
SideEffects []
SeeAlso []
Definition at line 183 of file bmcCexMin2.c.
Definition at line 48 of file bmcCexMin2.c.
Definition at line 49 of file bmcCexMin2.c.