#include "nwk.h"
Go to the source code of this file.
Functions | |
| void | Nwk_ManMarkTfiCone_rec (Nwk_Obj_t *pObj) |
| FUNCTION DEFINITIONS ///. | |
| void | Nwk_ManMarkTfoCone_rec (Nwk_Obj_t *pObj) |
| int | Nwk_ManPushForwardFast_rec (Nwk_Obj_t *pObj, Nwk_Obj_t *pPred) |
| int | Nwk_ManPushBackwardFast_rec (Nwk_Obj_t *pObj, Nwk_Obj_t *pPred) |
| int | Nwk_ManVerifyCut_rec (Nwk_Obj_t *pObj) |
| int | Nwk_ManRetimeVerifyCutForward (Nwk_Man_t *pMan, Vec_Ptr_t *vNodes) |
| int | Nwk_ManRetimeVerifyCutBackward (Nwk_Man_t *pMan, Vec_Ptr_t *vNodes) |
| Vec_Ptr_t * | Nwk_ManRetimeCutForward (Nwk_Man_t *pMan, int nLatches, int fVerbose) |
| Vec_Ptr_t * | Nwk_ManRetimeCutBackward (Nwk_Man_t *pMan, int nLatches, int fVerbose) |
| void Nwk_ManMarkTfiCone_rec | ( | Nwk_Obj_t * | pObj | ) |
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Marks TFI of the node.]
Description []
SideEffects []
SeeAlso []
Definition at line 112 of file nwkFlow.c.


| void Nwk_ManMarkTfoCone_rec | ( | Nwk_Obj_t * | pObj | ) |
Function*************************************************************
Synopsis [Marks TFO of the node.]
Description []
SideEffects []
SeeAlso []
Definition at line 134 of file nwkFlow.c.


Function*************************************************************
Synopsis [Fast backward flow pushing.]
Description []
SideEffects []
SeeAlso []
Definition at line 190 of file nwkFlow.c.


Function*************************************************************
Synopsis [Fast forward flow pushing.]
Description []
SideEffects []
SeeAlso []
Definition at line 156 of file nwkFlow.c.


Function*************************************************************
Synopsis [Computes minimum cut for backward retiming.]
Description []
SideEffects []
SeeAlso []
Definition at line 523 of file nwkFlow.c.
Function*************************************************************
Synopsis [Computes minimum cut for forward retiming.]
Description []
SideEffects []
SeeAlso []
Definition at line 442 of file nwkFlow.c.
Function*************************************************************
Synopsis [Verifies the forward cut.]
Description []
SideEffects []
SeeAlso []
Definition at line 394 of file nwkFlow.c.

| int Nwk_ManVerifyCut_rec | ( | Nwk_Obj_t * | pObj | ) |
Function*************************************************************
Synopsis [Returns 0 if there is an unmarked path to a CI.]
Description []
SideEffects []
SeeAlso []
Definition at line 366 of file nwkFlow.c.

