abc-master
|
#include "ioAbc.h"
Go to the source code of this file.
Functions | |
static ABC_NAMESPACE_IMPL_START void | Io_WriteListEdge (FILE *pFile, Abc_Obj_t *pObj) |
DECLARATIONS ///. More... | |
static void | Io_WriteListHost (FILE *pFile, Abc_Ntk_t *pNtk) |
void | Io_WriteList (Abc_Ntk_t *pNtk, char *pFileName, int fUseHost) |
FUNCTION DEFINITIONS ///. More... | |
void | Io_WriteCellNet (Abc_Ntk_t *pNtk, char *pFileName) |
void Io_WriteCellNet | ( | Abc_Ntk_t * | pNtk, |
char * | pFileName | ||
) |
Function*************************************************************
Synopsis [Writes the adjacency list for a sequential AIG.]
Description []
SideEffects []
SeeAlso []
Definition at line 221 of file ioWriteList.c.
void Io_WriteList | ( | Abc_Ntk_t * | pNtk, |
char * | pFileName, | ||
int | fUseHost | ||
) |
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Writes the adjacency list for a sequential AIG.]
Description []
SideEffects []
SeeAlso []
Definition at line 102 of file ioWriteList.c.
|
static |
DECLARATIONS ///.
CFile****************************************************************
FileName [ioWriteList.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Command processing package.]
Synopsis [Procedures to write the graph structure of sequential AIG.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]
Function*************************************************************
Synopsis [Writes the adjacency list for one edge in a sequential AIG.]
Description []
SideEffects []
SeeAlso []
Definition at line 155 of file ioWriteList.c.
|
static |
Function*************************************************************
Synopsis [Writes the adjacency list for one edge in a sequential AIG.]
Description []
SideEffects []
SeeAlso []
Definition at line 184 of file ioWriteList.c.