abc-master
|
#include "if.h"
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START void | If_CutSortInputPins (If_Man_t *p, If_Cut_t *pCut, int *pPinPerm, float *pPinDelays) |
DECLARATIONS ///. More... | |
float | If_CutDelay (If_Man_t *p, If_Obj_t *pObj, If_Cut_t *pCut) |
void | If_CutPropagateRequired (If_Man_t *p, If_Obj_t *pObj, If_Cut_t *pCut, float ObjRequired) |
float | If_ManDelayMax (If_Man_t *p, int fSeq) |
void | If_ManComputeRequired (If_Man_t *p) |
Function*************************************************************
Synopsis [Computes delay.]
Description []
SideEffects []
SeeAlso []
Definition at line 91 of file ifTime.c.
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 170 of file ifTime.c.
ABC_NAMESPACE_IMPL_START void If_CutSortInputPins | ( | If_Man_t * | p, |
If_Cut_t * | pCut, | ||
int * | pPinPerm, | ||
float * | pPinDelays | ||
) |
DECLARATIONS ///.
CFile****************************************************************
FileName [ifTime.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [FPGA mapping based on priority cuts.]
Synopsis [Computation of delay paramters depending on the library.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - November 21, 2006.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Sorts the pins in the decreasing order of delays.]
Description []
SideEffects []
SeeAlso []
Definition at line 44 of file ifTime.c.
void If_ManComputeRequired | ( | If_Man_t * | p | ) |
Function*************************************************************
Synopsis [Computes the required times of all nodes.]
Description []
SideEffects []
SeeAlso []
Definition at line 294 of file ifTime.c.
float If_ManDelayMax | ( | If_Man_t * | p, |
int | fSeq | ||
) |
Function*************************************************************
Synopsis [Returns the max delay of the POs.]
Description []
SideEffects []
SeeAlso []
Definition at line 250 of file ifTime.c.