
Go to the source code of this file.
Macros | |
| #define | ABC_DLLIMPORT |
| MACRO DEFINITIONS ///. | |
| #define | ABC_DLL ABC_DLLIMPORT |
Typedefs | |
| typedef typedefABC_NAMESPACE_HEADER_START struct Abc_Frame_t_ | Abc_Frame_t |
| INCLUDES ///. | |
| #define ABC_DLL ABC_DLLIMPORT |
| typedef typedefABC_NAMESPACE_HEADER_START struct Abc_Frame_t_ Abc_Frame_t |
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 ///
|
extern |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 643 of file mainFrame.c.

|
extern |
Function*************************************************************
Synopsis [Procedures to input/output MiniAIG into/from internal GIA.]
Description []
SideEffects []
SeeAlso []
Definition at line 151 of file giaMini.c.


|
extern |
Function*************************************************************
Synopsis [Procedures to input/output MiniAIG into/from internal GIA.]
Description []
SideEffects []
SeeAlso []
Definition at line 515 of file giaMini.c.

|
extern |
Definition at line 524 of file giaMini.c.

|
extern |
Definition at line 163 of file giaMini.c.

|
extern |
Definition at line 533 of file giaMini.c.

|
extern |
Definition at line 548 of file giaMini.c.

|
extern |
Definition at line 558 of file giaMini.c.
|
extern |
Definition at line 89 of file mainFrame.c.

|
extern |
Definition at line 90 of file mainFrame.c.
|
extern |
Definition at line 91 of file mainFrame.c.
|
extern |
Definition at line 121 of file mainFrame.c.
|
extern |
Definition at line 124 of file mainFrame.c.
|
extern |
Definition at line 75 of file mainFrame.c.

|
extern |
Definition at line 835 of file giaMini.c.


|
extern |
Definition at line 727 of file giaMini.c.

|
extern |
Definition at line 744 of file giaMini.c.

|
extern |
Definition at line 761 of file giaMini.c.

|
extern |
Definition at line 74 of file mainFrame.c.

|
extern |
|
extern |
Definition at line 1353 of file giaMini.c.

|
extern |
Function*************************************************************
Synopsis [Procedures to update internal ABC network using AIG node array.]
Description []
SideEffects []
SeeAlso []
Definition at line 175 of file abcMini.c.

|
extern |
Definition at line 184 of file abcMini.c.

|
extern |
Function*************************************************************
Synopsis [This procedure outputs an array representing mini-mapped network.]
Description []
SideEffects []
SeeAlso []
Definition at line 1103 of file abcMap.c.

|
extern |
Function*************************************************************
Synopsis [Prints mapped network represented in mini-mapped format.]
Description []
SideEffects []
SeeAlso []
Definition at line 1030 of file abcMap.c.
|
extern |
Function*************************************************************
Synopsis [This APIs set AND gate delay.]
Description []
SideEffects []
SeeAlso []
Definition at line 1217 of file abcMap.c.

|
extern |
Function*************************************************************
Synopsis [These APIs set arrival/required times of CIs/COs.]
Description []
SideEffects []
SeeAlso []
Definition at line 1157 of file abcMap.c.

|
extern |
Definition at line 1181 of file abcMap.c.

|
extern |
Definition at line 194 of file abcMini.c.

|
extern |
FUNCTION DECLARATIONS ///.
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 |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 193 of file cmdApi.c.