abc-master
|
#include "nwk.h"
Go to the source code of this file.
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 |
|
inlinestatic |
Definition at line 86 of file nwkFlow_depth.c.
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 [Pushing the flow through the bottom part of the node.]
Description []
SideEffects []
SeeAlso []
Definition at line 317 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 [Pushing the flow through the top part of the node.]
Description []
SideEffects []
SeeAlso []
Definition at line 348 of file nwkFlow_depth.c.
Function*************************************************************
Synopsis [Pushing the flow through the bottom part of the node.]
Description []
SideEffects []
SeeAlso []
Definition at line 226 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 [Pushing the flow through the top part of the node.]
Description []
SideEffects []
SeeAlso []
Definition at line 274 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.
|
inlinestatic |
Definition at line 49 of file nwkFlow_depth.c.
|
inlinestatic |
Definition at line 47 of file nwkFlow_depth.c.
|
inlinestatic |
Definition at line 44 of file nwkFlow_depth.c.
|
inlinestatic |
Definition at line 48 of file nwkFlow_depth.c.
Definition at line 42 of file nwkFlow_depth.c.
|
inlinestatic |
Definition at line 45 of file nwkFlow_depth.c.
|
inlinestatic |
Definition at line 68 of file nwkFlow_depth.c.
|
inlinestatic |
Definition at line 77 of file nwkFlow_depth.c.
|
inlinestatic |
Definition at line 60 of file nwkFlow_depth.c.
|
inlinestatic |
Definition at line 56 of file nwkFlow_depth.c.
|
inlinestatic |
Definition at line 64 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.