#include "retInt.h"
Go to the source code of this file.
Functions | |
| int | Abc_NtkRetimeMinDelay (Abc_Ntk_t *pNtk, Abc_Ntk_t *pNtkCopy, int nDelayLim, int nIterLimit, int fForward, int fVerbose) |
| FUNCTION DEFINITIONS ///. | |
| 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.
