abc-master
|
Go to the source code of this file.
Functions | |
static ABC_NAMESPACE_IMPL_START void | Dec_GraphPrint_rec (FILE *pFile, Dec_Graph_t *pGraph, Dec_Node_t *pNode, int fCompl, char *pNamesIn[], int *pPos, int LitSizeMax) |
DECLARATIONS ///. More... | |
static int | Dec_GraphPrintGetLeafName (FILE *pFile, int iLeaf, int fCompl, char *pNamesIn[]) |
static void | Dec_GraphPrintUpdatePos (FILE *pFile, int *pPos, int LitSizeMax) |
static int | Dec_GraphPrintOutputName (FILE *pFile, char *pNameOut) |
void | Dec_GraphPrint (FILE *pFile, Dec_Graph_t *pGraph, char *pNamesIn[], char *pNameOut) |
FUNCTION DEFINITIONS ///. More... | |
void | Dec_GraphPrint2_rec (FILE *pFile, Dec_Graph_t *pGraph, Dec_Node_t *pNode, int fCompl, char *pNamesIn[], int *pPos, int LitSizeMax) |
void Dec_GraphPrint | ( | FILE * | pFile, |
Dec_Graph_t * | pGraph, | ||
char * | pNamesIn[], | ||
char * | pNameOut | ||
) |
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Prints the decomposition graph.]
Description []
SideEffects []
SeeAlso []
Definition at line 49 of file decPrint.c.
void Dec_GraphPrint2_rec | ( | FILE * | pFile, |
Dec_Graph_t * | pGraph, | ||
Dec_Node_t * | pNode, | ||
int | fCompl, | ||
char * | pNamesIn[], | ||
int * | pPos, | ||
int | LitSizeMax | ||
) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 107 of file decPrint.c.
|
static |
DECLARATIONS ///.
CFile****************************************************************
FileName [decPrint.c]
PackageName [MVSIS 2.0: Multi-valued logic synthesis system.]
Synopsis [Procedures to print the decomposition graphs (factored forms).]
Author [MVSIS Group]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - February 1, 2003.]
Revision [
]
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 171 of file decPrint.c.
|
static |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 234 of file decPrint.c.
|
static |
Function*************************************************************
Synopsis [Starts the printout for a decomposition graph.]
Description []
SideEffects []
SeeAlso []
Definition at line 275 of file decPrint.c.
|
static |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 253 of file decPrint.c.