abc-master
|
Go to the source code of this file.
Data Structures | |
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 ///. More... | |
Functions | |
static unsigned * | Fsim_SimData (Fsim_Man_t *p, int i) |
static unsigned * | Fsim_SimDataCi (Fsim_Man_t *p, int i) |
static unsigned * | Fsim_SimDataCo (Fsim_Man_t *p, int i) |
static int | Fsim_Var2Lit (int Var, int fCompl) |
MACRO DEFINITIONS ///. More... | |
static int | Fsim_Lit2Var (int Lit) |
static int | Fsim_LitIsCompl (int Lit) |
static int | Fsim_LitNot (int Lit) |
static int | Fsim_LitNotCond (int Lit, int c) |
static int | Fsim_LitRegular (int Lit) |
void | Fsim_ManFront (Fsim_Man_t *p, int fCompressAig) |
FUNCTION DECLARATIONS ///. More... | |
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 ///
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
Fsim_Man_t* Fsim_ManCreate | ( | Aig_Man_t * | pAig | ) |
Function*************************************************************
Synopsis [Creates fast simulation manager.]
Description []
SideEffects []
SeeAlso []
Definition at line 102 of file fsimMan.c.
void Fsim_ManDelete | ( | Fsim_Man_t * | p | ) |
void Fsim_ManFront | ( | Fsim_Man_t * | p, |
int | fCompressAig | ||
) |
FUNCTION DECLARATIONS ///.
Function*************************************************************
Synopsis [Determine the frontier.]
Description []
SideEffects []
SeeAlso []
Definition at line 245 of file fsimFront.c.
void Fsim_ManTest | ( | Aig_Man_t * | pAig | ) |
Function*************************************************************
Synopsis [Testing procedure.]
Description []
SideEffects []
SeeAlso []
Definition at line 198 of file fsimMan.c.
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |