abc-master
|
Go to the source code of this file.
Functions | |
static ABC_NAMESPACE_IMPL_START int | Sim_ComputeSuppRound (Sim_Man_t *p, int fUseTargets) |
DECLARATIONS ///. More... | |
static int | Sim_ComputeSuppRoundNode (Sim_Man_t *p, int iNumCi, int fUseTargets) |
static void | Sim_ComputeSuppSetTargets (Sim_Man_t *p) |
static void | Sim_UtilAssignRandom (Sim_Man_t *p) |
static void | Sim_UtilAssignFromFifo (Sim_Man_t *p) |
static void | Sim_SolveTargetsUsingSat (Sim_Man_t *p, int nCounters) |
static int | Sim_SolveSuppModelVerify (Abc_Ntk_t *pNtk, int *pModel, int Input, int Output) |
Vec_Ptr_t * | Sim_ComputeStrSupp (Abc_Ntk_t *pNtk) |
FUNCTION DEFINITIONS ///. More... | |
Vec_Ptr_t * | Sim_ComputeFunSupp (Abc_Ntk_t *pNtk, int fVerbose) |
int | Sim_NtkSimTwoPats_rec (Abc_Obj_t *pNode) |
Function*************************************************************
Synopsis [Compute functional supports.]
Description [Supports are returned as an array of bit strings, one for each CO.]
SideEffects []
SeeAlso []
Definition at line 103 of file simSupp.c.
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Computes structural supports.]
Description [Supports are returned as an array of bit strings, one for each CO.]
SideEffects []
SeeAlso []
Definition at line 57 of file simSupp.c.
|
static |
DECLARATIONS ///.
CFile****************************************************************
FileName [simSupp.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Network and node package.]
Synopsis [Simulation to determine functional support.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]
Function*************************************************************
Synopsis [Computes functional support using one round of simulation.]
Description []
SideEffects []
SeeAlso []
Definition at line 172 of file simSupp.c.
|
static |
Function*************************************************************
Synopsis [Computes functional support for one node.]
Description []
SideEffects []
SeeAlso []
Definition at line 203 of file simSupp.c.
|
static |
Function*************************************************************
Synopsis [Sets the simulation targets.]
Description []
SideEffects []
SeeAlso []
Definition at line 314 of file simSupp.c.
int Sim_NtkSimTwoPats_rec | ( | Abc_Obj_t * | pNode | ) |
|
static |
|
static |
Function*************************************************************
Synopsis [Get the given number of counter-examples using SAT.]
Description []
SideEffects []
SeeAlso []
Definition at line 449 of file simSupp.c.
|
static |
|
static |