abc-master
|
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START void | Abc_NtkWriteLogFile (char *pFileName, Abc_Cex_t *pCex, int Status, int nFrames, char *pCommand) |
DECLARATIONS ///. More... | |
int | Abc_NtkReadLogFile (char *pFileName, Abc_Cex_t **ppCex, int *pnFrames) |
int Abc_NtkReadLogFile | ( | char * | pFileName, |
Abc_Cex_t ** | ppCex, | ||
int * | pnFrames | ||
) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 132 of file abcLog.c.
ABC_NAMESPACE_IMPL_START void Abc_NtkWriteLogFile | ( | char * | pFileName, |
Abc_Cex_t * | pCex, | ||
int | Status, | ||
int | nFrames, | ||
char * | pCommand | ||
) |
DECLARATIONS ///.
CFile****************************************************************
FileName [abcLog.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Network and node package.]
Synopsis [Log file printing.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 68 of file abcLog.c.