
Go to the source code of this file.
Functions | |
| ABC_NAMESPACE_IMPL_START void | Abc_ShowFile (char *FileNameDot, int fKeepDot) |
| DECLARATIONS ///. | |
| void | Abc_NodeShowBdd (Abc_Obj_t *pNode, int fCompl) |
| FUNCTION DEFINITIONS ///. | |
| void | Abc_NtkShowBdd (Abc_Ntk_t *pNtk, int fCompl, int fReorder) |
| void | Abc_NodeShowCut (Abc_Obj_t *pNode, int nNodeSizeMax, int nConeSizeMax) |
| void | Abc_NtkShow (Abc_Ntk_t *pNtk0, int fGateNames, int fSeq, int fUseReverse, int fKeepDot, int fAigIds) |
| void | Abc_NtkWriteFlopDependency (Abc_Ntk_t *pNtk, char *pFileName) |
| void | Abc_NtkShowFlopDependency (Abc_Ntk_t *pNtk) |
| void Abc_NodeShowBdd | ( | Abc_Obj_t * | pNode, |
| int | fCompl ) |
| void Abc_NodeShowCut | ( | Abc_Obj_t * | pNode, |
| int | nNodeSizeMax, | ||
| int | nConeSizeMax ) |
Function*************************************************************
Synopsis [Visualizes a reconvergence driven cut at the node.]
Description []
SideEffects []
SeeAlso []
Definition at line 203 of file abcShow.c.

| void Abc_NtkShow | ( | Abc_Ntk_t * | pNtk0, |
| int | fGateNames, | ||
| int | fSeq, | ||
| int | fUseReverse, | ||
| int | fKeepDot, | ||
| int | fAigIds ) |
Function*************************************************************
Synopsis [Visualizes AIG with choices.]
Description []
SideEffects []
SeeAlso []
Definition at line 263 of file abcShow.c.

| void Abc_NtkShowBdd | ( | Abc_Ntk_t * | pNtk, |
| int | fCompl, | ||
| int | fReorder ) |
| void Abc_NtkShowFlopDependency | ( | Abc_Ntk_t * | pNtk | ) |
Function*************************************************************
Synopsis [Visualizes AIG with choices.]
Description []
SideEffects []
SeeAlso []
Definition at line 510 of file abcShow.c.

| void Abc_NtkWriteFlopDependency | ( | Abc_Ntk_t * | pNtk, |
| char * | pFileName ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 456 of file abcShow.c.


|
extern |
DECLARATIONS ///.
CFile****************************************************************
FileName [abcShow.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Network and node package.]
Synopsis [Visualization procedures using DOT software and GSView.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]
Function*************************************************************
Synopsis [Shows the given DOT file.]
Description []
SideEffects []
SeeAlso []
Definition at line 326 of file abcShow.c.

