abc-master
|
#include "ioAbc.h"
Go to the source code of this file.
Functions | |
static ABC_NAMESPACE_IMPL_START int | Io_WriteSmvCheckNames (Abc_Ntk_t *pNtk) |
DECLARATIONS ///. More... | |
static int | Io_WriteSmvOne (FILE *pFile, Abc_Ntk_t *pNtk) |
static int | Io_WriteSmvOneNode (FILE *pFile, Abc_Obj_t *pNode) |
static char * | cleanUNSAFE (const char *s) |
FUNCTION DEFINITIONS ///. More... | |
static int | hasPrefix (const char *needle, const char *haystack) |
int | Io_WriteSmv (Abc_Ntk_t *pNtk, char *pFileName) |
|
static |
FUNCTION DEFINITIONS ///.
Definition at line 45 of file ioWriteSmv.c.
int Io_WriteSmv | ( | Abc_Ntk_t * | pNtk, |
char * | pFileName | ||
) |
Function*************************************************************
Synopsis [Writes the network in SMV format.]
Description []
SideEffects []
SeeAlso []
Definition at line 71 of file ioWriteSmv.c.
|
static |
DECLARATIONS ///.
CFile****************************************************************
FileName [ioWriteSmv.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Command processing package.]
Synopsis [Procedures to write the network in SMV format.]
Author [Satrajit Chatterjee]
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 247 of file ioWriteSmv.c.
|
static |
Function*************************************************************
Synopsis [Writes the network in SMV format.]
Description []
SideEffects []
SeeAlso []
Definition at line 110 of file ioWriteSmv.c.
|
static |
Function*************************************************************
Synopsis [Writes the network in SMV format.]
Description []
SideEffects []
SeeAlso []
Definition at line 202 of file ioWriteSmv.c.