Go to the source code of this file.
Functions | |
| void | Abc_Start () |
| INCLUDES ///. | |
| void | Abc_Stop () |
| void * | Abc_FrameGetGlobalFrame () |
| int | Cmd_CommandExecute (void *pAbc, char *pCommandLine) |
| void | Abc_NtkInputMiniAig (void *pAbc, void *pMiniAig) |
| void * | Abc_NtkOutputMiniAig (void *pAbc) |
| void | Abc_FrameGiaInputMiniAig (void *pAbc, void *p) |
| void * | Abc_FrameGiaOutputMiniAig (void *pAbc) |
| void | Abc_NtkSetFlopNum (void *pAbc, int nFlops) |
| void | Abc_FrameGiaInputMiniLut (void *pAbc, void *pMiniLut) |
| void * | Abc_FrameGiaOutputMiniLut (void *pAbc) |
| void | Abc_NtkSetCiArrivalTime (void *pAbc, int iCi, float Rise, float Fall) |
| void | Abc_NtkSetCoRequiredTime (void *pAbc, int iCo, float Rise, float Fall) |
| void | Abc_NtkSetAndGateDelay (void *pAbc, float Delay) |
| int * | Abc_NtkOutputMiniMapping (void *pAbc) |
| void | Abc_NtkPrintMiniMapping (int *pArray) |
| int | Abc_FrameReadProbStatus (void *pAbc) |
| void * | Abc_FrameReadCex (void *pAbc) |
|
extern |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 643 of file mainFrame.c.
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
Function*************************************************************
Synopsis [Prints mapped network represented in mini-mapped format.]
Description []
SideEffects []
SeeAlso []
Definition at line 1030 of file abcMap.c.
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
INCLUDES ///.
CFile****************************************************************
FileName [abcapis.h]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Include this file in the external code calling ABC.]
Synopsis [External declarations.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - September 29, 2012.]
Revision [
] PARAMETERS /// BASIC TYPES /// MACRO DEFINITIONS /// FUNCTION DECLARATIONS ///
INCLUDES ///.
FUNCTION DECLARATIONS ///.
CFile****************************************************************
FileName [main.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [The main package.]
Synopsis [Here everything starts.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
] FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Initialization procedure for the library project.]
Description [Note that when Abc_Start() is run in a static library project, it does not load the resource file by default. As a result, ABC is not set up the same way, as when it is run on a command line. For example, some error messages while parsing files will not be produced, and intermediate networks will not be checked for consistancy. One possibility is to load the resource file after Abc_Start() as follows: Abc_UtilsSource( Abc_FrameGetGlobalFrame() );]
SideEffects []
SeeAlso []
Definition at line 52 of file mainLib.c.
|
extern |
Function*************************************************************
Synopsis [Deallocation procedure for the library project.]
Description []
SideEffects []
SeeAlso []
Definition at line 76 of file mainLib.c.
|
extern |