abc-master
|
Go to the source code of this file.
Functions | |
static ABC_NAMESPACE_IMPL_START void | Sim_NodeSimulate (Abc_Obj_t *pNode, Vec_Ptr_t *vSimInfo, int nSimWords) |
DECLARATIONS ///. More... | |
static float | Sim_ComputeSwitching (unsigned *pSimInfo, int nSimWords) |
Vec_Int_t * | Sim_NtkComputeSwitching (Abc_Ntk_t *pNtk, int nPatterns) |
FUNCTION DEFINITIONS ///. More... | |
|
static |
Function*************************************************************
Synopsis [Computes switching activity of one node.]
Description [Uses the formula: Switching = 2 * nOnes * nZeros / (nTotal ^ 2) ]
SideEffects []
SeeAlso []
Definition at line 98 of file simSwitch.c.
|
static |
DECLARATIONS ///.
CFile****************************************************************
FileName [simSwitch.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Network and node package.]
Synopsis [Computes switching activity of nodes in the ABC network.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Computes switching activity using simulation.]
Description [Computes switching activity, which is understood as the probability of switching under random simulation. Assigns the random simulation information at the CI and propagates it through the internal nodes of the AIG.]
SideEffects []
SeeAlso []
Definition at line 52 of file simSwitch.c.