#include "retInt.h"
Go to the source code of this file.
Functions | |
| Abc_Ntk_t * | Abc_NtkAttachBottom (Abc_Ntk_t *pNtkTop, Abc_Ntk_t *pNtkBottom) |
| int | Abc_NtkRetimeMinArea (Abc_Ntk_t *pNtk, int fForwardOnly, int fBackwardOnly, int fUseOldNames, int fVerbose) |
| FUNCTION DEFINITIONS ///. | |
| void | Abc_NtkMarkCone_rec (Abc_Obj_t *pObj, int fForward) |
| void | Abc_NtkUnmarkCone_rec (Abc_Obj_t *pObj, int fForward) |
| int | Abc_NtkRetimeMinAreaInitValues_rec (Abc_Obj_t *pObj) |
| Abc_Obj_t * | Abc_NtkRetimeMinAreaConstructNtk_rec (Abc_Ntk_t *pNtkNew, Abc_Obj_t *pObj) |
Function*************************************************************
Synopsis [Attaches the second network at the bottom of the first.]
Description [Returns the first network. Deletes the second network.]
SideEffects []
SeeAlso []
Definition at line 866 of file abcNtk.c.


| void Abc_NtkMarkCone_rec | ( | Abc_Obj_t * | pObj, |
| int | fForward ) |
Function*************************************************************
Synopsis [Marks the cone with MarkA.]
Description []
SideEffects []
SeeAlso []
Definition at line 147 of file retArea.c.


| int Abc_NtkRetimeMinArea | ( | Abc_Ntk_t * | pNtk, |
| int | fForwardOnly, | ||
| int | fBackwardOnly, | ||
| int | fUseOldNames, | ||
| int | fVerbose ) |
FUNCTION DEFINITIONS ///.
INCLUDES ///.
Function*************************************************************
Synopsis [Performs min-area retiming.]
Description [Returns the number of latches reduced.]
SideEffects []
SeeAlso []
Definition at line 53 of file retArea.c.


Function*************************************************************
Synopsis [Performs min-area retiming backward.]
Description []
SideEffects []
SeeAlso []
Definition at line 329 of file retArea.c.


| int Abc_NtkRetimeMinAreaInitValues_rec | ( | Abc_Obj_t * | pObj | ) |
Function*************************************************************
Synopsis [Compute initial values.]
Description []
SideEffects []
SeeAlso []
Definition at line 264 of file retArea.c.


| void Abc_NtkUnmarkCone_rec | ( | Abc_Obj_t * | pObj, |
| int | fForward ) |
Function*************************************************************
Synopsis [Marks the cone with MarkA.]
Description []
SideEffects []
SeeAlso []
Definition at line 177 of file retArea.c.

