#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) |
Variables | |
| ABC_NAMESPACE_IMPL_START int | DepthFwd |
| ABC_NAMESPACE_IMPL_START int | DepthBwd |
| ABC_NAMESPACE_IMPL_START int | DepthFwdMax |
| ABC_NAMESPACE_IMPL_START int | DepthBwdMax |
| void Nwk_ManMarkTfiCone_rec | ( | Nwk_Obj_t * | pObj | ) |
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Marks TFI of the node.]
Description []
SideEffects []
SeeAlso []
Definition at line 114 of file nwkFlow_depth.c.


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


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


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


Function*************************************************************
Synopsis [Computes minimum cut for backward retiming.]
Description []
SideEffects []
SeeAlso []
Definition at line 548 of file nwkFlow_depth.c.


Function*************************************************************
Synopsis [Computes minimum cut for forward retiming.]
Description []
SideEffects []
SeeAlso []
Definition at line 463 of file nwkFlow_depth.c.


Function*************************************************************
Synopsis [Verifies the forward cut.]
Description []
SideEffects []
SeeAlso []
Definition at line 447 of file nwkFlow_depth.c.

Function*************************************************************
Synopsis [Verifies the forward cut.]
Description []
SideEffects []
SeeAlso []
Definition at line 415 of file nwkFlow_depth.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 387 of file nwkFlow_depth.c.


| ABC_NAMESPACE_IMPL_START int DepthBwd |
Definition at line 34 of file nwkFlow_depth.c.
| ABC_NAMESPACE_IMPL_START int DepthBwdMax |
Definition at line 34 of file nwkFlow_depth.c.
| ABC_NAMESPACE_IMPL_START int DepthFwd |
CFile****************************************************************
FileName [nwkFlow.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Netlist representation.]
Synopsis [Max-flow/min-cut computation.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]
Definition at line 34 of file nwkFlow_depth.c.
| ABC_NAMESPACE_IMPL_START int DepthFwdMax |
Definition at line 34 of file nwkFlow_depth.c.