abc-master
|
#include "bmc.h"
#include "sat/cnf/cnf.h"
#include "sat/bsat/satStore.h"
#include "aig/gia/giaAig.h"
Go to the source code of this file.
Functions | |
static ABC_NAMESPACE_IMPL_START Cnf_Dat_t * | Cnf_DeriveGiaRemapped (Gia_Man_t *p) |
DECLARATIONS ///. More... | |
static void | Cnf_DataLiftGia (Cnf_Dat_t *p, Gia_Man_t *pGia, int nVarsPlus) |
void | Bmc_BmciUnfold (Gia_Man_t *pNew, Gia_Man_t *p, Vec_Int_t *vFFLits, int fPiReuse) |
int | Bmc_BmciPart_rec (Gia_Man_t *pNew, Vec_Int_t *vSatMap, int iIdNew, Gia_Man_t *pPart, Vec_Int_t *vPartMap, Vec_Int_t *vCopies) |
Gia_Man_t * | Bmc_BmciPart (Gia_Man_t *pNew, Vec_Int_t *vSatMap, Vec_Int_t *vMiters, Vec_Int_t *vPartMap, Vec_Int_t *vCopies) |
int | Bmc_BmciPerform (Gia_Man_t *p, Vec_Int_t *vInit0, Vec_Int_t *vInit1, int nFrames, int nWords, int nTimeOut, int fVerbose) |
int | Gia_ManBmciTest (Gia_Man_t *p, Vec_Int_t *vInit, int nFrames, int nWords, int nTimeOut, int fSim, int fVerbose) |
Gia_Man_t* Bmc_BmciPart | ( | Gia_Man_t * | pNew, |
Vec_Int_t * | vSatMap, | ||
Vec_Int_t * | vMiters, | ||
Vec_Int_t * | vPartMap, | ||
Vec_Int_t * | vCopies | ||
) |
Definition at line 141 of file bmcBmci.c.
int Bmc_BmciPart_rec | ( | Gia_Man_t * | pNew, |
Vec_Int_t * | vSatMap, | ||
int | iIdNew, | ||
Gia_Man_t * | pPart, | ||
Vec_Int_t * | vPartMap, | ||
Vec_Int_t * | vCopies | ||
) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 118 of file bmcBmci.c.
int Bmc_BmciPerform | ( | Gia_Man_t * | p, |
Vec_Int_t * | vInit0, | ||
Vec_Int_t * | vInit1, | ||
int | nFrames, | ||
int | nWords, | ||
int | nTimeOut, | ||
int | fVerbose | ||
) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 176 of file bmcBmci.c.
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 91 of file bmcBmci.c.
|
inlinestatic |
DECLARATIONS ///.
CFile****************************************************************
FileName [bmcBmci.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [SAT-based bounded model checking.]
Synopsis []
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
int Gia_ManBmciTest | ( | Gia_Man_t * | p, |
Vec_Int_t * | vInit, | ||
int | nFrames, | ||
int | nWords, | ||
int | nTimeOut, | ||
int | fSim, | ||
int | fVerbose | ||
) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 330 of file bmcBmci.c.