abc-master
|
#include <unistd.h>
#include "abc.h"
#include "base/main/main.h"
#include "base/io/ioAbc.h"
#include "misc/extra/extraBdd.h"
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START void | Abc_ShowFile (char *FileNameDot) |
DECLARATIONS ///. More... | |
static void | Abc_ShowGetFileName (char *pName, char *pBuffer) |
void | Abc_NodeShowBdd (Abc_Obj_t *pNode) |
FUNCTION DEFINITIONS ///. More... | |
void | Abc_NodeShowBddOne (DdManager *dd, DdNode *bFunc) |
void | Abc_NodeShowCut (Abc_Obj_t *pNode, int nNodeSizeMax, int nConeSizeMax) |
void | Abc_NtkShow (Abc_Ntk_t *pNtk0, int fGateNames, int fSeq, int fUseReverse) |
void | Abc_NtkWriteFlopDependency (Abc_Ntk_t *pNtk, char *pFileName) |
void | Abc_NtkShowFlopDependency (Abc_Ntk_t *pNtk) |
void Abc_NodeShowBdd | ( | Abc_Obj_t * | pNode | ) |
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Visualizes BDD of the node.]
Description []
SideEffects []
SeeAlso []
Definition at line 58 of file abcShow.c.
Function*************************************************************
Synopsis [Visualizes BDD of the node.]
Description []
SideEffects []
SeeAlso []
Definition at line 98 of file abcShow.c.
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 122 of file abcShow.c.
void Abc_NtkShow | ( | Abc_Ntk_t * | pNtk0, |
int | fGateNames, | ||
int | fSeq, | ||
int | fUseReverse | ||
) |
Function*************************************************************
Synopsis [Visualizes AIG with choices.]
Description []
SideEffects []
SeeAlso []
Definition at line 182 of file abcShow.c.
void Abc_NtkShowFlopDependency | ( | Abc_Ntk_t * | pNtk | ) |
Function*************************************************************
Synopsis [Visualizes AIG with choices.]
Description []
SideEffects []
SeeAlso []
Definition at line 421 of file abcShow.c.
void Abc_NtkWriteFlopDependency | ( | Abc_Ntk_t * | pNtk, |
char * | pFileName | ||
) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 367 of file abcShow.c.
void Abc_ShowFile | ( | char * | FileNameDot | ) |
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 245 of file abcShow.c.