abc-master
|
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START Abc_Obj_t * | Abc_NtkSensitivityMiter_rec (Abc_Ntk_t *pNtkNew, Abc_Obj_t *pNode) |
DECLARATIONS ///. More... | |
Abc_Ntk_t * | Abc_NtkSensitivityMiter (Abc_Ntk_t *pNtk, int iVar) |
Vec_Int_t * | Abc_NtkSensitivity (Abc_Ntk_t *pNtk, int nConfLim, int fVerbose) |
Function*************************************************************
Synopsis [Computing sensitivity of POs to POs under constraints.]
Description [The input network is a combinatonal AIG. The last output is a constraint. The procedure returns the list of number of PIs, such that at least one PO depends on this PI, under the constraint.]
SideEffects []
SeeAlso []
Definition at line 160 of file abcSense.c.
Function*************************************************************
Synopsis [Creates miter for the sensitivity analysis.]
Description []
SideEffects []
SeeAlso []
Definition at line 67 of file abcSense.c.
ABC_NAMESPACE_IMPL_START Abc_Obj_t* Abc_NtkSensitivityMiter_rec | ( | Abc_Ntk_t * | pNtkNew, |
Abc_Obj_t * | pNode | ||
) |
DECLARATIONS ///.
CFile****************************************************************
FileName [abcSense.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Network and node package.]
Synopsis []
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Copies the topmost levels of the network.]
Description []
SideEffects []
SeeAlso []
Definition at line 46 of file abcSense.c.