abc-master
|
#include "retInt.h"
Go to the source code of this file.
Functions | |
static ABC_NAMESPACE_IMPL_START int | Abc_NtkRetimeMinDelayTry (Abc_Ntk_t *pNtk, int nDelayLim, int fForward, int fInitial, int nIterLimit, int *pIterBest, int fVerbose) |
DECLARATIONS ///. More... | |
static int | Abc_NtkRetimeTiming (Abc_Ntk_t *pNtk, int fForward, Vec_Ptr_t *vCritical) |
static int | Abc_NtkRetimeTiming_rec (Abc_Obj_t *pObj, int fForward) |
int | Abc_NtkRetimeMinDelay (Abc_Ntk_t *pNtk, Abc_Ntk_t *pNtkCopy, int nDelayLim, int nIterLimit, int fForward, int fVerbose) |
FUNCTION DEFINITIONS ///. More... | |
int Abc_NtkRetimeMinDelay | ( | Abc_Ntk_t * | pNtk, |
Abc_Ntk_t * | pNtkCopy, | ||
int | nDelayLim, | ||
int | nIterLimit, | ||
int | fForward, | ||
int | fVerbose | ||
) |
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Retimes incrementally for minimum delay.]
Description [This procedure cannot be called in the application code because it assumes that the network is preprocessed by removing LIs/LOs.]
SideEffects []
SeeAlso []
Definition at line 50 of file retDelay.c.
|
static |
DECLARATIONS ///.
CFile****************************************************************
FileName [retDelay.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Retiming package.]
Synopsis [Incremental retiming for optimum delay.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - Oct 31, 2006.]
Revision [
]
Function*************************************************************
Synopsis [Returns the best delay and the number of best iteration.]
Description []
SideEffects []
SeeAlso []
Definition at line 76 of file retDelay.c.
Function*************************************************************
Synopsis [Returns the set of timing-critical nodes.]
Description [Performs static timing analysis on the network. Uses unit-delay model.]
SideEffects []
SeeAlso []
Definition at line 172 of file retDelay.c.
|
static |
Function*************************************************************
Synopsis [Recursively performs timing analysis.]
Description [Performs static timing analysis on the network. Uses unit-delay model.]
SideEffects []
SeeAlso []
Definition at line 277 of file retDelay.c.