abc-master
|
#include "retInt.h"
Go to the source code of this file.
Functions | |
int | Abc_NtkRetime (Abc_Ntk_t *pNtk, int Mode, int nDelayLim, int fForwardOnly, int fBackwardOnly, int fOneStep, int fVerbose) |
FUNCTION DEFINITIONS ///. More... | |
int | Abc_NtkRetimeDebug (Abc_Ntk_t *pNtk) |
Variables | |
ABC_NAMESPACE_IMPL_START abctime | timeRetime = 0 |
DECLARATIONS ///. More... | |
int Abc_NtkRetime | ( | Abc_Ntk_t * | pNtk, |
int | Mode, | ||
int | nDelayLim, | ||
int | fForwardOnly, | ||
int | fBackwardOnly, | ||
int | fOneStep, | ||
int | fVerbose | ||
) |
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Implementation of retiming.]
Description []
SideEffects []
SeeAlso []
Definition at line 47 of file retCore.c.
int Abc_NtkRetimeDebug | ( | Abc_Ntk_t * | pNtk | ) |
Function*************************************************************
Synopsis [Used for automated debugging.]
Description []
SideEffects []
SeeAlso []
Definition at line 118 of file retCore.c.
ABC_NAMESPACE_IMPL_START abctime timeRetime = 0 |
DECLARATIONS ///.
CFile****************************************************************
FileName [retCore.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Retiming package.]
Synopsis [The core retiming procedures.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - Oct 31, 2006.]
Revision [
]