

Go to the source code of this file.
Classes | |
| struct | Fsim_Obj_t_ |
| struct | Fsim_Man_t_ |
Macros | |
| #define | Fsim_ManForEachObj(p, pObj, i) |
Typedefs | |
| typedef typedefABC_NAMESPACE_HEADER_START struct Fsim_Obj_t_ | Fsim_Obj_t |
| INCLUDES ///. | |
Functions | |
| void | Fsim_ManFront (Fsim_Man_t *p, int fCompressAig) |
| FUNCTION DECLARATIONS ///. | |
| Fsim_Man_t * | Fsim_ManCreate (Aig_Man_t *pAig) |
| void | Fsim_ManDelete (Fsim_Man_t *p) |
| void | Fsim_ManTest (Aig_Man_t *pAig) |
| #define Fsim_ManForEachObj | ( | p, | |
| pObj, | |||
| i ) |
| typedef typedefABC_NAMESPACE_HEADER_START struct Fsim_Obj_t_ Fsim_Obj_t |
INCLUDES ///.
CFile****************************************************************
FileName [fsimInt.h]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Fast sequential AIG simulator.]
Synopsis [Internal declarations.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
] PARAMETERS /// BASIC TYPES ///
|
extern |
Function*************************************************************
Synopsis [Creates fast simulation manager.]
Description []
SideEffects []
SeeAlso []
Definition at line 102 of file fsimMan.c.


|
extern |
Function*************************************************************
Synopsis [Deletes fast simulation manager.]
Description []
SideEffects []
SeeAlso []
Definition at line 169 of file fsimMan.c.

|
extern |
FUNCTION DECLARATIONS ///.
Function*************************************************************
Synopsis [Determine the frontier.]
Description []
SideEffects []
SeeAlso []
Definition at line 245 of file fsimFront.c.

|
extern |
Function*************************************************************
Synopsis [Testing procedure.]
Description []
SideEffects []
SeeAlso []
Definition at line 198 of file fsimMan.c.
