
Go to the source code of this file.
|
extern |
DECLARATIONS ///.
CFile****************************************************************
FileName [absRef.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Abstraction package.]
Synopsis [Refinement manager.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]
Function*************************************************************
Synopsis [Returns CNF of the function.]
Description []
SideEffects []
SeeAlso []
Definition at line 630 of file absGla.c.

| void Rnm_ManCleanValues | ( | Rnm_Man_t * | p | ) |
| void Rnm_ManCollect | ( | Rnm_Man_t * | p | ) |
Definition at line 351 of file absRef.c.


Function*************************************************************
Synopsis [Collect internal objects to be used in value propagation.]
Description [Resulting array vObjs contains RO, AND, PO/RI in a topo order.]
SideEffects []
SeeAlso []
Definition at line 334 of file absRef.c.


Definition at line 524 of file absRef.c.


Function*************************************************************
Synopsis [Drive implications of the given node towards primary outputs.]
Description []
SideEffects []
SeeAlso []
Definition at line 470 of file absRef.c.


| double Rnm_ManMemoryUsage | ( | Rnm_Man_t * | p | ) |
| Vec_Int_t * Rnm_ManRefine | ( | Rnm_Man_t * | p, |
| Abc_Cex_t * | pCex, | ||
| Vec_Int_t * | vMap, | ||
| int | fPropFanout, | ||
| int | fNewRefinement, | ||
| int | fVerbose ) |
Function*************************************************************
Synopsis [Computes the refinement for a given counter-example.]
Description []
SideEffects []
SeeAlso []
Definition at line 673 of file absRef.c.


| int Rnm_ManSensitize | ( | Rnm_Man_t * | p | ) |
Function*************************************************************
Synopsis [Performs sensitization analysis.]
Description []
SideEffects []
SeeAlso []
Definition at line 396 of file absRef.c.

FUNCTION DEFINITIONS ///.
FUNCTION DECLARATIONS ///.
Function*************************************************************
Synopsis [Creates a new manager.]
Description []
SideEffects []
SeeAlso []
Definition at line 264 of file absRef.c.


| void Rnm_ManStop | ( | Rnm_Man_t * | p, |
| int | fProfile ) |
Definition at line 285 of file absRef.c.


| void Rnm_ManVerifyUsingTerSim | ( | Gia_Man_t * | p, |
| Abc_Cex_t * | pCex, | ||
| Vec_Int_t * | vMap, | ||
| Vec_Int_t * | vObjs, | ||
| Vec_Int_t * | vRes ) |
Function*************************************************************
Synopsis [Performs refinement.]
Description []
SideEffects []
SeeAlso []
Definition at line 619 of file absRef.c.
