#include "ioAbc.h"#include "base/main/main.h"#include "map/mio/mio.h"#include "bool/kit/kit.h"#include "map/if/if.h"
Go to the source code of this file.
Functions | |
| void | Io_WriteEdgelist (Abc_Ntk_t *pNtk, char *FileName, int fWriteLatches, int fBb2Wb, int fSeq, int fName) |
| FUNCTION DEFINITIONS ///. | |
| void | Io_NtkEdgelistWrite_int (FILE *pFile, Abc_Ntk_t *pNtk, int fWriteLatches, int fBb2Wb, int fSeq, int fName) |
| void | Io_NtkEdgelistWriteConvertedBox (FILE *pFile, Abc_Ntk_t *pNtk, int fSeq) |
| char * | Io_NtkWriteEdgelistDeriveSop (Mem_Flex_t *pMem, word uTruth, int nVars, Vec_Int_t *vCover) |
| void | Io_NtkEdgelistWriteSubcktFanins (FILE *pFile, Abc_Obj_t *pNode) |
| int | Io_NtkEdgelistWriteNodeGate (FILE *pFile, Abc_Obj_t *pNode, int Length, int fName) |
| int | Io_NtkEdgelistWriteNodeSubckt (FILE *pFile, Abc_Obj_t *pNode, int Length) |
| void | Io_NtkEdgelistWriteNodeInt (FILE *pFile, Abc_Obj_t *pNode, Vec_Int_t *vCover) |
| void | Io_NtkEdgelistWriteNodeIntStruct (FILE *pFile, Abc_Obj_t *pNode, Vec_Int_t *vCover, char *pStr) |
| void | Io_NtkEdgelistWriteModelIntStruct (FILE *pFile, Abc_Obj_t *pNode, Vec_Int_t *vCover, char *pStr) |
| void Io_NtkEdgelistWrite_int | ( | FILE * | pFile, |
| Abc_Ntk_t * | pNtk, | ||
| int | fWriteLatches, | ||
| int | fBb2Wb, | ||
| int | fSeq, | ||
| int | fName ) |
Function*************************************************************
Synopsis [Write the network into a Edgelist file with the given name.]
Description []
SideEffects []
SeeAlso []
Definition at line 101 of file ioWriteEdgelist.c.
| void Io_NtkEdgelistWriteConvertedBox | ( | FILE * | pFile, |
| Abc_Ntk_t * | pNtk, | ||
| int | fSeq ) |
Function*************************************************************
Synopsis [Write one network.]
Description []
SideEffects []
SeeAlso []
Definition at line 142 of file ioWriteEdgelist.c.

| void Io_NtkEdgelistWriteModelIntStruct | ( | FILE * | pFile, |
| Abc_Obj_t * | pNode, | ||
| Vec_Int_t * | vCover, | ||
| char * | pStr ) |
Function*************************************************************
Synopsis [Write the node into a file.]
Description []
SideEffects []
SeeAlso []
Definition at line 1080 of file ioWriteEdgelist.c.

| int Io_NtkEdgelistWriteNodeGate | ( | FILE * | pFile, |
| Abc_Obj_t * | pNode, | ||
| int | Length, | ||
| int | fName ) |
Function*************************************************************
Synopsis [Writes the primary input list.]
Description []
SideEffects []
SeeAlso []
Definition at line 654 of file ioWriteEdgelist.c.

Function*************************************************************
Synopsis [Write the node into a file.]
Description []
SideEffects []
SeeAlso []
Definition at line 772 of file ioWriteEdgelist.c.

| void Io_NtkEdgelistWriteNodeIntStruct | ( | FILE * | pFile, |
| Abc_Obj_t * | pNode, | ||
| Vec_Int_t * | vCover, | ||
| char * | pStr ) |
Function*************************************************************
Synopsis [Write the node into a file.]
Description []
SideEffects []
SeeAlso []
Definition at line 916 of file ioWriteEdgelist.c.

| int Io_NtkEdgelistWriteNodeSubckt | ( | FILE * | pFile, |
| Abc_Obj_t * | pNode, | ||
| int | Length ) |
Function*************************************************************
Synopsis [Write the node into a file.]
Description []
SideEffects []
SeeAlso []
Definition at line 751 of file ioWriteEdgelist.c.

| void Io_NtkEdgelistWriteSubcktFanins | ( | FILE * | pFile, |
| Abc_Obj_t * | pNode ) |
Function*************************************************************
Synopsis [Writes the primary input list.]
Description []
SideEffects []
SeeAlso []
Definition at line 591 of file ioWriteEdgelist.c.


| char * Io_NtkWriteEdgelistDeriveSop | ( | Mem_Flex_t * | pMem, |
| word | uTruth, | ||
| int | nVars, | ||
| Vec_Int_t * | vCover ) |
Function*************************************************************
Synopsis [Transforms truth table into an SOP.]
Description []
SideEffects []
SeeAlso []
Definition at line 184 of file ioWriteEdgelist.c.


| void Io_WriteEdgelist | ( | Abc_Ntk_t * | pNtk, |
| char * | FileName, | ||
| int | fWriteLatches, | ||
| int | fBb2Wb, | ||
| int | fSeq, | ||
| int | fName ) |
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Write the network into a Edgelist file with the given name.]
Description []
SideEffects []
SeeAlso []
Definition at line 59 of file ioWriteEdgelist.c.
