abc-master
|
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START Sym_Man_t * | Sym_ManStart (Abc_Ntk_t *pNtk, int fVerbose) |
DECLARATIONS ///. More... | |
void | Sym_ManStop (Sym_Man_t *p) |
void | Sym_ManPrintStats (Sym_Man_t *p) |
Sim_Man_t * | Sim_ManStart (Abc_Ntk_t *pNtk, int fLightweight) |
void | Sim_ManStop (Sim_Man_t *p) |
void | Sim_ManPrintStats (Sim_Man_t *p) |
Sim_Pat_t * | Sim_ManPatAlloc (Sim_Man_t *p) |
void | Sim_ManPatFree (Sim_Man_t *p, Sim_Pat_t *pPat) |
Function*************************************************************
Synopsis [Returns one simulation pattern.]
Description []
SideEffects []
SeeAlso []
Definition at line 261 of file simMan.c.
Function*************************************************************
Synopsis [Returns one simulation pattern.]
Description []
SideEffects []
SeeAlso []
Definition at line 282 of file simMan.c.
void Sim_ManPrintStats | ( | Sim_Man_t * | p | ) |
Function*************************************************************
Synopsis [Prints the manager statisticis.]
Description []
SideEffects []
SeeAlso []
Definition at line 233 of file simMan.c.
Function*************************************************************
Synopsis [Starts the simulation manager.]
Description []
SideEffects []
SeeAlso []
Definition at line 166 of file simMan.c.
void Sim_ManStop | ( | Sim_Man_t * | p | ) |
void Sym_ManPrintStats | ( | Sym_Man_t * | p | ) |
ABC_NAMESPACE_IMPL_START Sym_Man_t* Sym_ManStart | ( | Abc_Ntk_t * | pNtk, |
int | fVerbose | ||
) |
DECLARATIONS ///.
FUNCTION DECLARATIONS ///.
CFile****************************************************************
FileName [simMan.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Network and node package.]
Synopsis [Simulation manager.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Starts the simulation manager.]
Description []
SideEffects []
SeeAlso []
Definition at line 46 of file simMan.c.
void Sym_ManStop | ( | Sym_Man_t * | p | ) |
Function*************************************************************
Synopsis [Stops the simulation manager.]
Description []
SideEffects []
SeeAlso []
Definition at line 98 of file simMan.c.