|
abc-master
|
#include "int2Int.h"Go to the source code of this file.
Functions | |
| ABC_NAMESPACE_IMPL_START Gia_Man_t * | Int2_ManDupInit (Gia_Man_t *p, int fVerbose) |
| DECLARATIONS ///. More... | |
| int | Int2_ManCheckInit (Gia_Man_t *p) |
| MACRO DEFINITIONS ///. More... | |
| Gia_Man_t * | Int2_ManFrameInit (Gia_Man_t *p, int nFrames, int fVerbose) |
| sat_solver * | Int2_ManSetupBmcSolver (Gia_Man_t *p, int nFrames) |
| static int | Int2_ManCheckFrames (Int2_Man_t *p, int iFrame, int iObj) |
| static void | Int2_ManWriteFrames (Int2_Man_t *p, int iFrame, int iObj, int iRes) |
| void | Int2_ManCreateFrames (Int2_Man_t *p, int iFrame, Vec_Int_t *vPrefCos) |
| int | Int2_ManCheckBmc (Int2_Man_t *p, Vec_Int_t *vCube) |
| int Int2_ManCheckBmc | ( | Int2_Man_t * | p, |
| Vec_Int_t * | vCube | ||
| ) |
Definition at line 318 of file int2Bmc.c.
|
inlinestatic |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 208 of file int2Bmc.c.
| int Int2_ManCheckInit | ( | Gia_Man_t * | p | ) |
MACRO DEFINITIONS ///.
Function*************************************************************
Synopsis [Returns 1 if AIG has transition into init state.]
Description []
SideEffects []
SeeAlso []
Definition at line 92 of file int2Bmc.c.
| void Int2_ManCreateFrames | ( | Int2_Man_t * | p, |
| int | iFrame, | ||
| Vec_Int_t * | vPrefCos | ||
| ) |
Definition at line 219 of file int2Bmc.c.
| ABC_NAMESPACE_IMPL_START Gia_Man_t* Int2_ManDupInit | ( | Gia_Man_t * | p, |
| int | fVerbose | ||
| ) |
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.
Function*************************************************************
Synopsis [Creates the BMC instance in the SAT solver.]
Description [The PIs are mapped in the natural order. The flop inputs are the last Gia_ManRegNum(p) variables of resulting SAT solver.]
SideEffects []
SeeAlso []
| sat_solver* Int2_ManSetupBmcSolver | ( | Gia_Man_t * | p, |
| int | nFrames | ||
| ) |
Definition at line 170 of file int2Bmc.c.
|
inlinestatic |
Definition at line 213 of file int2Bmc.c.