abc-master
|
Go to the source code of this file.
Data Structures | |
struct | Fsim_ParSim_t_ |
struct | Fsim_ParSwitch_t_ |
Typedefs | |
typedef typedefABC_NAMESPACE_HEADER_START struct Fsim_Man_t_ | Fsim_Man_t |
INCLUDES ///. More... | |
typedef struct Fsim_ParSim_t_ | Fsim_ParSim_t |
typedef struct Fsim_ParSwitch_t_ | Fsim_ParSwitch_t |
Functions | |
void | Fsim_ManSetDefaultParamsSim (Fsim_ParSim_t *p) |
MACRO DEFINITIONS ///. More... | |
void | Fsim_ManSetDefaultParamsSwitch (Fsim_ParSwitch_t *p) |
int | Fsim_ManSimulate (Aig_Man_t *pAig, Fsim_ParSim_t *pPars) |
Vec_Int_t * | Fsim_ManSwitchSimulate (Aig_Man_t *pAig, Fsim_ParSwitch_t *pPars) |
Vec_Ptr_t * | Fsim_ManTerSimulate (Aig_Man_t *pAig, int fVerbose) |
typedef typedefABC_NAMESPACE_HEADER_START struct Fsim_Man_t_ Fsim_Man_t |
INCLUDES ///.
CFile****************************************************************
FileName [fsim.h]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Fast sequential AIG simulator.]
Synopsis [External declarations.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]PARAMETERS ///BASIC TYPES ///
typedef struct Fsim_ParSim_t_ Fsim_ParSim_t |
typedef struct Fsim_ParSwitch_t_ Fsim_ParSwitch_t |
void Fsim_ManSetDefaultParamsSim | ( | Fsim_ParSim_t * | p | ) |
MACRO DEFINITIONS ///.
FUNCTION DECLARATIONS ///
MACRO DEFINITIONS ///.
CFile****************************************************************
FileName [fsimCore.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Fast sequential AIG simulator.]
Synopsis [Core procedures.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [This procedure sets default parameters.]
Description []
SideEffects []
SeeAlso []
Definition at line 45 of file fsimCore.c.
void Fsim_ManSetDefaultParamsSwitch | ( | Fsim_ParSwitch_t * | p | ) |
Function*************************************************************
Synopsis [This procedure sets default parameters.]
Description []
SideEffects []
SeeAlso []
Definition at line 69 of file fsimCore.c.
int Fsim_ManSimulate | ( | Aig_Man_t * | pAig, |
Fsim_ParSim_t * | pPars | ||
) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 471 of file fsimSim.c.
Vec_Int_t* Fsim_ManSwitchSimulate | ( | Aig_Man_t * | pAig, |
Fsim_ParSwitch_t * | pPars | ||
) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 339 of file fsimTsim.c.