abc-master
|
#include "nwk.h"
Go to the source code of this file.
Function*************************************************************
Synopsis [Returns the DFS ordered array of all objects except latches.]
Description []
SideEffects []
SeeAlso []
Definition at line 321 of file nwkDfs.c.
Function*************************************************************
Synopsis [Returns the set of internal nodes rooted in the given nodes.]
Description []
SideEffects []
SeeAlso []
Definition at line 378 of file nwkDfs.c.
Function*************************************************************
Synopsis [Performs DFS for one node.]
Description []
SideEffects []
SeeAlso []
Definition at line 352 of file nwkDfs.c.
Function*************************************************************
Synopsis [Returns the DFS ordered array of all objects except latches.]
Description []
SideEffects []
SeeAlso []
Definition at line 451 of file nwkDfs.c.
Function*************************************************************
Synopsis [Performs DFS for one node.]
Description []
SideEffects []
SeeAlso []
Definition at line 406 of file nwkDfs.c.
int Nwk_ManLevel | ( | Nwk_Man_t * | pNtk | ) |
Function*************************************************************
Synopsis [Computes the number of logic levels not counting PIs/POs.]
Description [Does not assume that the objects are in a topo order.]
SideEffects []
SeeAlso []
Definition at line 215 of file nwkDfs.c.
void Nwk_ManLevel_rec | ( | Nwk_Obj_t * | pObj | ) |
Function*************************************************************
Synopsis [Computes the number of logic levels not counting PIs/POs.]
Description []
SideEffects []
SeeAlso []
int Nwk_ManLevelBackup | ( | Nwk_Man_t * | pNtk | ) |
Function*************************************************************
Synopsis [Computes the number of logic levels not counting PIs/POs.]
Description [Assumes that white boxes have unit level.]
SideEffects []
SeeAlso []
Definition at line 102 of file nwkDfs.c.
Function*************************************************************
Synopsis [Returns the array of objects in the AIG manager ordered by level.]
Description []
SideEffects []
SeeAlso []
Definition at line 269 of file nwkDfs.c.
int Nwk_ManLevelMax | ( | Nwk_Man_t * | pNtk | ) |
Function*************************************************************
Synopsis [Computes the number of logic levels not counting PIs/POs.]
Description [Does not assume that the objects are in a topo order.]
SideEffects []
SeeAlso []
Definition at line 248 of file nwkDfs.c.
Function*************************************************************
Synopsis [Returns the set of CI nodes in the support of the given nodes.]
Description []
SideEffects []
SeeAlso []
Definition at line 510 of file nwkDfs.c.
Function*************************************************************
Synopsis [Performs DFS for one node.]
Description []
SideEffects []
SeeAlso []
Definition at line 478 of file nwkDfs.c.
void Nwk_ManSupportSum | ( | Nwk_Man_t * | pNtk | ) |
Function*************************************************************
Synopsis [Computes the sum total of supports of all outputs.]
Description []
SideEffects []
SeeAlso []
Definition at line 538 of file nwkDfs.c.
ABC_NAMESPACE_IMPL_START int Nwk_ManVerifyTopoOrder | ( | Nwk_Man_t * | pNtk | ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [nwkDfs.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Logic network representation.]
Synopsis [DFS traversals.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Verifies that the objects are in a topo order.]
Description []
SideEffects []
SeeAlso []
Definition at line 45 of file nwkDfs.c.
int Nwk_ObjDeref_rec | ( | Nwk_Obj_t * | pNode | ) |
int Nwk_ObjMffcLabel | ( | Nwk_Obj_t * | pNode | ) |
Function*************************************************************
Synopsis [Collects the internal nodes of the MFFC limited by cut.]
Description []
SideEffects [Increments the trav ID and marks visited nodes.]
SeeAlso []
Definition at line 644 of file nwkDfs.c.
void Nwk_ObjMffcLabel_rec | ( | Nwk_Obj_t * | pNode, |
int | fTopmost | ||
) |
Function*************************************************************
Synopsis [Collects the internal and boundary nodes in the derefed MFFC.]
Description []
SideEffects []
SeeAlso []
Definition at line 615 of file nwkDfs.c.
int Nwk_ObjRef_rec | ( | Nwk_Obj_t * | pNode | ) |