
Go to the source code of this file.
Functions | |
| ABC_NAMESPACE_IMPL_START int | Sbc_ManAddInternalToPath_rec (Gia_Man_t *p, int iObj, Vec_Bit_t *vPath) |
| DECLARATIONS ///. | |
| void | Sbc_ManAddInternalToPath (Gia_Man_t *p, Vec_Bit_t *vPath) |
| void | Sbc_ManCriticalPath_rec (Gia_Man_t *p, int *pLevels, int iObj, int LevelFan, Vec_Bit_t *vPath, int Slack) |
| Vec_Bit_t * | Sbc_ManCriticalPath (Gia_Man_t *p) |
| void | Sbc_ManDelayTrace (Gia_Man_t *p) |
Definition at line 63 of file sbdPath.c.


| ABC_NAMESPACE_IMPL_START int Sbc_ManAddInternalToPath_rec | ( | Gia_Man_t * | p, |
| int | iObj, | ||
| Vec_Bit_t * | vPath ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [sbdPath.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [SAT-based optimization using internal don't-cares.]
Synopsis [Critical path.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
] FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 46 of file sbdPath.c.


Definition at line 119 of file sbdPath.c.


| void Sbc_ManCriticalPath_rec | ( | Gia_Man_t * | p, |
| int * | pLevels, | ||
| int | iObj, | ||
| int | LevelFan, | ||
| Vec_Bit_t * | vPath, | ||
| int | Slack ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 88 of file sbdPath.c.


| void Sbc_ManDelayTrace | ( | Gia_Man_t * | p | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 148 of file sbdPath.c.
