abc-master
|
Go to the source code of this file.
Functions | |
static ABC_NAMESPACE_IMPL_START Dec_Graph_t * | Rwr_NodePreprocess (Rwr_Man_t *p, Rwr_Node_t *pNode) |
DECLARATIONS ///. More... | |
static Dec_Edge_t | Rwr_TravCollect_rec (Rwr_Man_t *p, Rwr_Node_t *pNode, Dec_Graph_t *pGraph) |
void | Rwr_ManPreprocess (Rwr_Man_t *p) |
FUNCTION DEFINITIONS ///. More... | |
void Rwr_ManPreprocess | ( | Rwr_Man_t * | p | ) |
FUNCTION DEFINITIONS ///.
MACRO DEFINITIONS ///.
Function*************************************************************
Synopsis [Preprocesses computed library of subgraphs.]
Description []
SideEffects []
SeeAlso []
Definition at line 49 of file rwrDec.c.
|
static |
DECLARATIONS ///.
CFile****************************************************************
FileName [rwrDec.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [DAG-aware AIG rewriting package.]
Synopsis [Evaluation and decomposition procedures.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]
Function*************************************************************
Synopsis [Preprocesses subgraphs rooted at this node.]
Description []
SideEffects []
SeeAlso []
Definition at line 91 of file rwrDec.c.
|
static |
Function*************************************************************
Synopsis [Adds one node.]
Description []
SideEffects []
SeeAlso []
Definition at line 122 of file rwrDec.c.