abc-master
|
#include "ioAbc.h"
Go to the source code of this file.
Functions | |
static ABC_NAMESPACE_IMPL_START int | Io_WriteBenchCheckNames (Abc_Ntk_t *pNtk) |
DECLARATIONS ///. More... | |
static int | Io_WriteBenchOne (FILE *pFile, Abc_Ntk_t *pNtk) |
static int | Io_WriteBenchOneNode (FILE *pFile, Abc_Obj_t *pNode) |
static int | Io_WriteBenchLutOne (FILE *pFile, Abc_Ntk_t *pNtk) |
static int | Io_WriteBenchLutOneNode (FILE *pFile, Abc_Obj_t *pNode, Vec_Int_t *vTruth) |
int | Io_WriteBench (Abc_Ntk_t *pNtk, const char *pFileName) |
FUNCTION DEFINITIONS ///. More... | |
int | Io_WriteBenchLut (Abc_Ntk_t *pNtk, char *pFileName) |
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Writes the network in BENCH format.]
Description []
SideEffects []
SeeAlso []
Definition at line 53 of file ioWriteBench.c.
|
static |
DECLARATIONS ///.
CFile****************************************************************
FileName [ioWriteBench.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Command processing package.]
Synopsis [Procedures to write the network in BENCH format.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]
Function*************************************************************
Synopsis [Returns 1 if the names cannot be written into the bench file.]
Description []
SideEffects []
SeeAlso []
Definition at line 322 of file ioWriteBench.c.
int Io_WriteBenchLut | ( | Abc_Ntk_t * | pNtk, |
char * | pFileName | ||
) |
Function*************************************************************
Synopsis [Writes the network in BENCH format with LUTs and DFFRSE.]
Description []
SideEffects []
SeeAlso []
Definition at line 175 of file ioWriteBench.c.
|
static |
Function*************************************************************
Synopsis [Writes the network in BENCH format.]
Description []
SideEffects []
SeeAlso []
Definition at line 214 of file ioWriteBench.c.
Function*************************************************************
Synopsis [Writes the network in BENCH format.]
Description []
SideEffects []
SeeAlso []
Definition at line 255 of file ioWriteBench.c.
|
static |
Function*************************************************************
Synopsis [Writes the network in BENCH format.]
Description []
SideEffects []
SeeAlso []
Definition at line 92 of file ioWriteBench.c.
|
static |
Function*************************************************************
Synopsis [Writes the network in BENCH format.]
Description []
SideEffects []
SeeAlso []
Definition at line 130 of file ioWriteBench.c.