abc-master
|
#include "rwr.h"
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START void | Rwr_Trav2_rec (Rwr_Man_t *p, Rwr_Node_t *pNode, int *pVolume) |
DECLARATIONS ///. More... | |
void | Rwr_GetBushVolume (Rwr_Man_t *p, int Entry, int *pVolume, int *pnFuncs) |
int | Rwr_GetBushSumOfVolumes (Rwr_Man_t *p, int Entry) |
void | Rwr_NodePrint_rec (FILE *pFile, Rwr_Node_t *pNode) |
void | Rwr_NodePrint (FILE *pFile, Rwr_Man_t *p, Rwr_Node_t *pNode) |
void | Rwr_ManPrint (Rwr_Man_t *p) |
int Rwr_GetBushSumOfVolumes | ( | Rwr_Man_t * | p, |
int | Entry | ||
) |
Function*************************************************************
Synopsis [Adds the node to the end of the list.]
Description []
SideEffects []
SeeAlso []
Definition at line 94 of file rwrPrint.c.
void Rwr_GetBushVolume | ( | Rwr_Man_t * | p, |
int | Entry, | ||
int * | pVolume, | ||
int * | pnFuncs | ||
) |
Function*************************************************************
Synopsis [Adds the node to the end of the list.]
Description []
SideEffects []
SeeAlso []
Definition at line 66 of file rwrPrint.c.
void Rwr_ManPrint | ( | Rwr_Man_t * | p | ) |
Function*************************************************************
Synopsis [Prints one rwr node.]
Description []
SideEffects []
SeeAlso []
Definition at line 237 of file rwrPrint.c.
void Rwr_NodePrint | ( | FILE * | pFile, |
Rwr_Man_t * | p, | ||
Rwr_Node_t * | pNode | ||
) |
Function*************************************************************
Synopsis [Prints one rwr node.]
Description []
SideEffects []
SeeAlso []
Definition at line 208 of file rwrPrint.c.
void Rwr_NodePrint_rec | ( | FILE * | pFile, |
Rwr_Node_t * | pNode | ||
) |
Function*************************************************************
Synopsis [Prints one rwr node.]
Description []
SideEffects []
SeeAlso []
Definition at line 121 of file rwrPrint.c.
ABC_NAMESPACE_IMPL_START void Rwr_Trav2_rec | ( | Rwr_Man_t * | p, |
Rwr_Node_t * | pNode, | ||
int * | pVolume | ||
) |
DECLARATIONS ///.
CFile****************************************************************
FileName [rwrCut.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [DAG-aware AIG rewriting package.]
Synopsis [Cut computation.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Adds one node.]
Description []
SideEffects []
SeeAlso []
Definition at line 45 of file rwrPrint.c.