abc-master
|
#include "bmc.h"
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START Abc_Cex_t * | Bmc_CexInnerStates (Gia_Man_t *p, Abc_Cex_t *pCex, Abc_Cex_t **ppCexImpl, int fVerbose) |
DECLARATIONS ///. More... | |
Abc_Cex_t * | Bmc_CexCareBits (Gia_Man_t *p, Abc_Cex_t *pCexState, Abc_Cex_t *pCexImpl, Abc_Cex_t *pCexEss, int fFindAll, int fVerbose) |
int | Bmc_CexVerify (Gia_Man_t *p, Abc_Cex_t *pCex, Abc_Cex_t *pCexCare) |
Gia_Man_t * | Bmc_CexTargetEnlarge (Gia_Man_t *p, int nFrames) |
FUNCTION DEFINITIONS ///. More... | |
Gia_Man_t * | Bmc_CexTarget (Gia_Man_t *p, int nFrames) |
Gia_Man_t * | Bmc_CexBuildNetwork2 (Gia_Man_t *p, Abc_Cex_t *pCex, int fStart) |
Gia_Man_t * | Bmc_CexBuildNetwork2_ (Gia_Man_t *p, Abc_Cex_t *pCex, int fStart) |
Gia_Man_t * | Bmc_CexBuildNetwork2Test (Gia_Man_t *p, Abc_Cex_t *pCex, int nFramesMax) |
Gia_Man_t * | Bmc_CexDepthTest (Gia_Man_t *p, Abc_Cex_t *pCex, int nFrames, int fVerbose) |
Function*************************************************************
Synopsis [Computes CE-induced network.]
Description []
SideEffects []
SeeAlso []
Definition at line 128 of file bmcCexDepth.c.
Definition at line 220 of file bmcCexDepth.c.
Definition at line 294 of file bmcCexDepth.c.
Abc_Cex_t* Bmc_CexCareBits | ( | Gia_Man_t * | p, |
Abc_Cex_t * | pCexState, | ||
Abc_Cex_t * | pCexImpl, | ||
Abc_Cex_t * | pCexEss, | ||
int | fFindAll, | ||
int | fVerbose | ||
) |
Definition at line 550 of file bmcCexTools.c.
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 335 of file bmcCexDepth.c.
ABC_NAMESPACE_IMPL_START Abc_Cex_t* Bmc_CexInnerStates | ( | Gia_Man_t * | p, |
Abc_Cex_t * | pCex, | ||
Abc_Cex_t ** | ppCexImpl, | ||
int | fVerbose | ||
) |
DECLARATIONS ///.
CFile****************************************************************
FileName [bmcCexDepth.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [SAT-based bounded model checking.]
Synopsis [CEX depth minimization.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]
Function*************************************************************
Synopsis [Computes internal states of the CEX.]
Description []
SideEffects []
SeeAlso []
Definition at line 388 of file bmcCexTools.c.
Function*************************************************************
Synopsis [Create target with quantified inputs.]
Description []
SideEffects []
SeeAlso []
Definition at line 94 of file bmcCexDepth.c.
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Performs targe enlargement of the given size.]
Description []
SideEffects []
SeeAlso []
Definition at line 49 of file bmcCexDepth.c.
Function*************************************************************
Synopsis [Verifies the care set of the counter-example.]
Description []
SideEffects []
SeeAlso []
Definition at line 346 of file bmcCexTools.c.