abc-master
|
#include "fsimInt.h"
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START int | Fsim_ManCreate_rec (Fsim_Man_t *p, Aig_Obj_t *pObj) |
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) |
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.
ABC_NAMESPACE_IMPL_START int Fsim_ManCreate_rec | ( | Fsim_Man_t * | p, |
Aig_Obj_t * | pObj | ||
) |
DECLARATIONS ///.
CFile****************************************************************
FileName [fsimMan.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Fast sequential AIG simulator.]
Synopsis [Simulation manager.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Creates fast simulation manager.]
Description []
SideEffects []
SeeAlso []
Definition at line 45 of file fsimMan.c.
void Fsim_ManDelete | ( | Fsim_Man_t * | p | ) |
void Fsim_ManTest | ( | Aig_Man_t * | pAig | ) |
Function*************************************************************
Synopsis [Testing procedure.]
Description []
SideEffects []
SeeAlso []
Definition at line 198 of file fsimMan.c.