|
abc-master
|
Go to the source code of this file.
Macros | |
| #define | XVS0 ABC_INIT_ZERO |
| DECLARATIONS ///. More... | |
| #define | XVS1 ABC_INIT_ONE |
| #define | XVSX ABC_INIT_DC |
Functions | |
| static void | Abc_ObjSetXsim (Abc_Obj_t *pObj, int Value) |
| static int | Abc_ObjGetXsim (Abc_Obj_t *pObj) |
| static int | Abc_XsimInv (int Value) |
| static int | Abc_XsimAnd (int Value0, int Value1) |
| static int | Abc_XsimRand2 () |
| static int | Abc_XsimRand3 () |
| static int | Abc_ObjGetXsimFanin0 (Abc_Obj_t *pObj) |
| static int | Abc_ObjGetXsimFanin1 (Abc_Obj_t *pObj) |
| static void | Abc_XsimPrint (FILE *pFile, int Value) |
| void | Abc_NtkXValueSimulate (Abc_Ntk_t *pNtk, int nFrames, int fXInputs, int fXState, int fVerbose) |
| FUNCTION DEFINITIONS ///. More... | |
| void | Abc_NtkCycleInitState (Abc_Ntk_t *pNtk, int nFrames, int fUseXval, int fVerbose) |
| #define XVS0 ABC_INIT_ZERO |
DECLARATIONS ///.
CFile****************************************************************
FileName [abcXsim.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Network and node package.]
Synopsis [Using X-valued simulation.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]
| #define XVS1 ABC_INIT_ONE |
| #define XVSX ABC_INIT_DC |
| void Abc_NtkCycleInitState | ( | Abc_Ntk_t * | pNtk, |
| int | nFrames, | ||
| int | fUseXval, | ||
| int | fVerbose | ||
| ) |
Function*************************************************************
Synopsis [Cycles the circuit to create a new initial state.]
Description [Simulates the circuit with random (or ternary) input for the given number of timeframes to get a better initial state.]
SideEffects []
SeeAlso []
| void Abc_NtkXValueSimulate | ( | Abc_Ntk_t * | pNtk, |
| int | nFrames, | ||
| int | fXInputs, | ||
| int | fXState, | ||
| int | fVerbose | ||
| ) |
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Performs X-valued simulation of the sequential network.]
Description []
SideEffects []
SeeAlso []
Definition at line 111 of file abcXsim.c.
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |