|
abc-master
|
Go to the source code of this file.
Data Structures | |
| struct | Int2_Man_t_ |
| DECLARATIONS ///. More... | |
Typedefs | |
| typedef typedefABC_NAMESPACE_HEADER_START struct Int2_Man_t_ | Int2_Man_t |
| INCLUDES ///. More... | |
Functions | |
| static Int2_Man_t * | Int2_ManCreate (Gia_Man_t *pGia, Int2_ManPars_t *pPars) |
| static void | Int2_ManStop (Int2_Man_t *p) |
| int | Int2_ManCheckInit (Gia_Man_t *p) |
| MACRO DEFINITIONS ///. More... | |
| Gia_Man_t * | Int2_ManDupInit (Gia_Man_t *p, int fVerbose) |
| DECLARATIONS ///. More... | |
| sat_solver * | Int2_ManSetupBmcSolver (Gia_Man_t *p, int nFrames) |
| void | Int2_ManCreateFrames (Int2_Man_t *p, int iFrame, Vec_Int_t *vPrefCos) |
| int | Int2_ManCheckBmc (Int2_Man_t *p, Vec_Int_t *vCube) |
| Vec_Int_t * | Int2_ManRefineCube (Gia_Man_t *p, Vec_Int_t *vAssign, Vec_Int_t *vPrio) |
| Gia_Man_t * | Int2_ManProbToGia (Gia_Man_t *p, Vec_Int_t *vSop) |
| typedef typedefABC_NAMESPACE_HEADER_START struct Int2_Man_t_ Int2_Man_t |
INCLUDES ///.
CFile****************************************************************
FileName [int2Int.h]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Interpolation engine.]
Synopsis [Internal declarations.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - Dec 1, 2013.]
Revision [
]PARAMETERS ///BASIC TYPES ///
| int Int2_ManCheckBmc | ( | Int2_Man_t * | p, |
| Vec_Int_t * | vCube | ||
| ) |
Definition at line 318 of file int2Bmc.c.
| int Int2_ManCheckInit | ( | Gia_Man_t * | p | ) |
MACRO DEFINITIONS ///.
FUNCTION DECLARATIONS ///
Function*************************************************************
Synopsis [Returns 1 if AIG has transition into init state.]
Description []
SideEffects []
SeeAlso []
Definition at line 92 of file int2Bmc.c.
|
inlinestatic |
Definition at line 79 of file int2Int.h.
| void Int2_ManCreateFrames | ( | Int2_Man_t * | p, |
| int | iFrame, | ||
| Vec_Int_t * | vPrefCos | ||
| ) |
Definition at line 219 of file int2Bmc.c.
DECLARATIONS ///.
CFile****************************************************************
FileName [int2Bmc.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Interpolation engine.]
Synopsis [BMC used inside IMC.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - Dec 1, 2013.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Trasnforms AIG to transition into the init state.]
Description []
SideEffects []
SeeAlso []
Definition at line 46 of file int2Bmc.c.
Definition at line 98 of file int2Util.c.
Function*************************************************************
Synopsis [Computes the reduced set of flop variables.]
Description [Given is a single-output seq AIG manager and an assignment of its CIs. Returned is a subset of flops that justifies the output.]
SideEffects []
SeeAlso []
Definition at line 104 of file int2Refine.c.
| sat_solver* Int2_ManSetupBmcSolver | ( | Gia_Man_t * | p, |
| int | nFrames | ||
| ) |
Definition at line 170 of file int2Bmc.c.
|
inlinestatic |
Definition at line 105 of file int2Int.h.