abc-master
|
#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 int | CmdCommandLoad (Abc_Frame_t *pAbc, int argc, char **argv) |
DECLARATIONS ///. More... | |
Vec_Ptr_t * | CmdCollectFileNames () |
void | Load_Init (Abc_Frame_t *pAbc) |
void | Load_End (Abc_Frame_t *pAbc) |
Vec_Ptr_t* CmdCollectFileNames | ( | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso [] Function*************************************************************
Synopsis [Collect file names ending with .exe]
Description []
SideEffects []
SeeAlso []
ABC_NAMESPACE_IMPL_START int CmdCommandLoad | ( | Abc_Frame_t * | pAbc, |
int | argc, | ||
char ** | argv | ||
) |
DECLARATIONS ///.
CFile****************************************************************
FileName [cmdApi.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Command processing package.]
Synopsis [External procedures of the command package.]
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 48 of file cmdLoad.c.
void Load_End | ( | Abc_Frame_t * | pAbc | ) |
void Load_Init | ( | Abc_Frame_t * | pAbc | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 182 of file cmdLoad.c.