abc-master
|
#include <unistd.h>
#include "base/abc/abc.h"
#include "base/main/mainInt.h"
#include "cmd.h"
#include "cmdInt.h"
#include "misc/util/utilSignal.h"
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START char * | Abc_GetBinaryName (Abc_Frame_t *pAbc, int argc, char **argv) |
DECLARATIONS ///. More... | |
Vec_Str_t * | Abc_ManReadFile (char *pFileName) |
Vec_Int_t * | Abc_ManReadBinary (char *pFileName, char *pToken) |
int | Abc_ManReadInteger (char *pFileName, char *pToken) |
int | Abc_ManReadStatus (char *pFileName, char *pToken) |
Vec_Int_t * | Abc_ManExpandCex (Gia_Man_t *pGia, Vec_Int_t *vCex) |
static unsigned | textToBin (char *text, unsigned long text_sz) |
Gia_Man_t * | Abc_ManReadAig (char *pFileName, char *pToken) |
int | Cmd_CommandAbcPlugIn (Abc_Frame_t *pAbc, int argc, char **argv) |
int | Cmd_CommandAbcLoadPlugIn (Abc_Frame_t *pAbc, int argc, char **argv) |
ABC_NAMESPACE_IMPL_START char* Abc_GetBinaryName | ( | Abc_Frame_t * | pAbc, |
int | argc, | ||
char ** | argv | ||
) |
DECLARATIONS ///.
CFile****************************************************************
FileName [cmdPlugin.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Command processing package.]
Synopsis [Integrating external binary.]
Author [Alan Mishchenko, Niklas Een]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - September 29, 2010.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 130 of file cmdPlugin.c.
Function*************************************************************
Synopsis [Work-around to insert 0s for PIs without fanout.]
Description []
SideEffects []
SeeAlso []
Definition at line 286 of file cmdPlugin.c.
Gia_Man_t* Abc_ManReadAig | ( | char * | pFileName, |
char * | pToken | ||
) |
Function*************************************************************
Synopsis [Derives AIG from the text string in the file.]
Description []
SideEffects []
SeeAlso []
Definition at line 359 of file cmdPlugin.c.
Vec_Int_t* Abc_ManReadBinary | ( | char * | pFileName, |
char * | pToken | ||
) |
Function*************************************************************
Synopsis [Read flop map.]
Description []
SideEffects []
SeeAlso []
Definition at line 185 of file cmdPlugin.c.
Vec_Str_t* Abc_ManReadFile | ( | char * | pFileName | ) |
Function*************************************************************
Synopsis [Read flop map.]
Description []
SideEffects []
SeeAlso []
Definition at line 155 of file cmdPlugin.c.
int Abc_ManReadInteger | ( | char * | pFileName, |
char * | pToken | ||
) |
Function*************************************************************
Synopsis [Read flop map.]
Description []
SideEffects []
SeeAlso []
Definition at line 227 of file cmdPlugin.c.
int Abc_ManReadStatus | ( | char * | pFileName, |
char * | pToken | ||
) |
Function*************************************************************
Synopsis [Read flop map.]
Description []
SideEffects []
SeeAlso []
Definition at line 254 of file cmdPlugin.c.
int Cmd_CommandAbcLoadPlugIn | ( | Abc_Frame_t * | pAbc, |
int | argc, | ||
char ** | argv | ||
) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 642 of file cmdPlugin.c.
int Cmd_CommandAbcPlugIn | ( | Abc_Frame_t * | pAbc, |
int | argc, | ||
char ** | argv | ||
) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 412 of file cmdPlugin.c.
|
static |
Function*************************************************************
Synopsis [Procedure to convert the AIG from text into binary form.]
Description []
SideEffects []
SeeAlso []
Definition at line 330 of file cmdPlugin.c.