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 void | Gia_ParTestAlloc (Gia_Man_t *p, int nWords) |
DECLARATIONS ///. More... | |
static void | Gia_ParTestFree (Gia_Man_t *p) |
static word * | Gia_ParTestObj (Gia_Man_t *p, int Id) |
void | Gia_ManInseInit (Gia_Man_t *p, Vec_Int_t *vInit) |
FUNCTION DEFINITIONS ///. More... | |
void | Gia_ManInseSimulateObj (Gia_Man_t *p, int Id) |
int | Gia_ManInseHighestScore (Gia_Man_t *p, int *pCost) |
void | Gia_ManInseFindStarting (Gia_Man_t *p, int iPat, Vec_Int_t *vInit, Vec_Int_t *vInputs) |
Vec_Int_t * | Gia_ManInseSimulate (Gia_Man_t *p, Vec_Int_t *vInit0, Vec_Int_t *vInputs, Vec_Int_t *vInit) |
Vec_Int_t * | Gia_ManInsePerform (Gia_Man_t *p, Vec_Int_t *vInit0, int nFrames, int nWords, int fVerbose) |
Vec_Int_t * | Gia_ManInseTest (Gia_Man_t *p, Vec_Int_t *vInit0, int nFrames, int nWords, int nTimeOut, int fSim, int fVerbose) |
int Gia_ManInseHighestScore | ( | Gia_Man_t * | p, |
int * | pCost | ||
) |
Vec_Int_t* Gia_ManInsePerform | ( | Gia_Man_t * | p, |
Vec_Int_t * | vInit0, | ||
int | nFrames, | ||
int | nWords, | ||
int | fVerbose | ||
) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 277 of file bmcInse.c.
Vec_Int_t* Gia_ManInseSimulate | ( | Gia_Man_t * | p, |
Vec_Int_t * | vInit0, | ||
Vec_Int_t * | vInputs, | ||
Vec_Int_t * | vInit | ||
) |
Definition at line 231 of file bmcInse.c.
void Gia_ManInseSimulateObj | ( | Gia_Man_t * | p, |
int | Id | ||
) |
Vec_Int_t* Gia_ManInseTest | ( | Gia_Man_t * | p, |
Vec_Int_t * | vInit0, | ||
int | nFrames, | ||
int | nWords, | ||
int | nTimeOut, | ||
int | fSim, | ||
int | fVerbose | ||
) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 328 of file bmcInse.c.
|
inlinestatic |
DECLARATIONS ///.
CFile****************************************************************
FileName [bmcInse.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 [
]