abc-master
|
#include "mapperInt.h"
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START float | Map_TimeComputeArrivalMax (Map_Man_t *p) |
DECLARATIONS ///. More... | |
float | Map_TimeCutComputeArrival (Map_Node_t *pNode, Map_Cut_t *pCut, int fPhase, float tWorstLimit) |
void | Map_TimePropagateRequiredPhase (Map_Man_t *p, Map_Node_t *pNode, int fPhase) |
float | Map_MatchComputeReqTimes (Map_Cut_t *pCut, int fPhase, Map_Time_t *ptArrRes) |
void | Map_TimePropagateRequired (Map_Man_t *p) |
void | Map_TimeComputeRequiredGlobal (Map_Man_t *p) |
float Map_MatchComputeReqTimes | ( | Map_Cut_t * | pCut, |
int | fPhase, | ||
Map_Time_t * | ptArrRes | ||
) |
Definition at line 216 of file mapperTime.c.
ABC_NAMESPACE_IMPL_START float Map_TimeComputeArrivalMax | ( | Map_Man_t * | p | ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [mapperTime.c]
PackageName [MVSIS 1.3: Multi-valued logic synthesis system.]
Synopsis [Generic technology mapping engine.]
Author [MVSIS Group]
Affiliation [UC Berkeley]
Date [Ver. 2.0. Started - June 1, 2004.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Computes the maximum arrival times.]
Description []
SideEffects []
SeeAlso []
Definition at line 42 of file mapperTime.c.
void Map_TimeComputeRequiredGlobal | ( | Map_Man_t * | p | ) |
Definition at line 381 of file mapperTime.c.
float Map_TimeCutComputeArrival | ( | Map_Node_t * | pNode, |
Map_Cut_t * | pCut, | ||
int | fPhase, | ||
float | tWorstLimit | ||
) |
Function*************************************************************
Synopsis [Computes the arrival times of the cut.]
Description [Computes the arrival times of the cut if it is implemented using the given supergate with the given phase. Uses the constraint-type specification of rise/fall arrival times.]
SideEffects []
SeeAlso []
Definition at line 72 of file mapperTime.c.
void Map_TimePropagateRequired | ( | Map_Man_t * | p | ) |
Function*************************************************************
Synopsis [Computes the required times of all nodes.]
Description []
SideEffects []
SeeAlso []
Definition at line 285 of file mapperTime.c.
void Map_TimePropagateRequiredPhase | ( | Map_Man_t * | p, |
Map_Node_t * | pNode, | ||
int | fPhase | ||
) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 149 of file mapperTime.c.