|
abc-master
|
#include "bmc.h"Go to the source code of this file.
|
inlinestatic |
Definition at line 32 of file bmcCexTools.c.
| int Bmc_CexBitCount | ( | Abc_Cex_t * | p, |
| int | nInputs | ||
| ) |
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 51 of file bmcCexTools.c.
|
inlinestatic |
DECLARATIONS ///.
CFile****************************************************************
FileName [bmcCexTools.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [SAT-based bounded model checking.]
Synopsis [CEX analysis and optimization toolbox.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]
Definition at line 30 of file bmcCexTools.c.
Function*************************************************************
Synopsis [Computes CE-induced network.]
Description []
SideEffects []
SeeAlso []
Definition at line 195 of file bmcCexTools.c.
Definition at line 282 of file bmcCexTools.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.
Definition at line 519 of file bmcCexTools.c.
Function*************************************************************
Synopsis [Computes care bits of the CEX.]
Description []
SideEffects []
SeeAlso []
Definition at line 491 of file bmcCexTools.c.
|
inlinestatic |
Definition at line 31 of file bmcCexTools.c.
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 115 of file bmcCexTools.c.
| void Bmc_CexDumpStats | ( | Gia_Man_t * | p, |
| Abc_Cex_t * | pCex, | ||
| Abc_Cex_t * | pCexCare, | ||
| Abc_Cex_t * | pCexEss, | ||
| Abc_Cex_t * | pCexMin, | ||
| abctime | clk | ||
| ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 78 of file bmcCexTools.c.
| Abc_Cex_t* Bmc_CexEssentialBitOne | ( | Gia_Man_t * | p, |
| Abc_Cex_t * | pCexState, | ||
| int | iBit, | ||
| Abc_Cex_t * | pCexPrev, | ||
| int * | pfEqual | ||
| ) |
Function*************************************************************
Synopsis [Simulates one bit to check whether it is essential.]
Description []
SideEffects []
SeeAlso []
Definition at line 644 of file bmcCexTools.c.
| Abc_Cex_t* Bmc_CexEssentialBits | ( | Gia_Man_t * | p, |
| Abc_Cex_t * | pCexState, | ||
| Abc_Cex_t * | pCexCare, | ||
| int | fVerbose | ||
| ) |
Function*************************************************************
Synopsis [Computes essential bits of the CEX.]
Description []
SideEffects []
SeeAlso []
Definition at line 755 of file bmcCexTools.c.
Definition at line 724 of file bmcCexTools.c.
| Abc_Cex_t* Bmc_CexInnerStates | ( | Gia_Man_t * | p, |
| Abc_Cex_t * | pCex, | ||
| Abc_Cex_t ** | ppCexImpl, | ||
| int | fVerbose | ||
| ) |
DECLARATIONS ///.
Function*************************************************************
Synopsis [Computes internal states of the CEX.]
Description []
SideEffects []
SeeAlso []
Definition at line 388 of file bmcCexTools.c.
|
inlinestatic |
Definition at line 33 of file bmcCexTools.c.
Function*************************************************************
Synopsis [Performs initialized unrolling till the last frame.]
Description []
SideEffects []
SeeAlso []
Definition at line 138 of file bmcCexTools.c.
Definition at line 170 of file bmcCexTools.c.
| void Bmc_CexPrint | ( | Abc_Cex_t * | pCex, |
| int | nInputs, | ||
| int | fVerbose | ||
| ) |
Function*************************************************************
Synopsis [Prints one counter-example.]
Description []
SideEffects []
SeeAlso []
Definition at line 307 of file bmcCexTools.c.
|
inlinestatic |
Definition at line 34 of file bmcCexTools.c.
Function*************************************************************
Synopsis [Computes essential bits of the CEX.]
Description []
SideEffects []
SeeAlso []
Definition at line 816 of file bmcCexTools.c.
Function*************************************************************
Synopsis [Verifies the care set of the counter-example.]
Description []
SideEffects []
SeeAlso []
Definition at line 346 of file bmcCexTools.c.