
Go to the source code of this file.
| void Abc_InfoRandomBytes | ( | unsigned * | p, |
| int | nWords ) |
Function*************************************************************
Synopsis [Sets random PI simulation info.]
Description []
SideEffects []
SeeAlso []
Definition at line 149 of file resSim.c.

Function*************************************************************
Synopsis [Allocate simulation engine.]
Description []
SideEffects []
SeeAlso []
Definition at line 80 of file resSim.c.

| ABC_NAMESPACE_IMPL_START Res_Sim_t * Res_SimAlloc | ( | int | nWords | ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [resSim.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Resynthesis package.]
Synopsis [Simulation engine.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - January 15, 2007.]
Revision [
] FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Allocate simulation engine.]
Description []
SideEffects []
SeeAlso []
Definition at line 46 of file resSim.c.
| void Res_SimCollectPatterns | ( | Res_Sim_t * | p, |
| int | fVerbose ) |
Function*************************************************************
Synopsis [Counts the number of patters of different type.]
Description []
SideEffects []
SeeAlso []
Definition at line 624 of file resSim.c.

| void Res_SimCountResults | ( | Res_Sim_t * | p, |
| int * | pnDcs, | ||
| int * | pnOnes, | ||
| int * | pnZeros, | ||
| int | fVerbose ) |
Function*************************************************************
Synopsis [Counts the number of patters of different type.]
Description []
SideEffects []
SeeAlso []
Definition at line 587 of file resSim.c.

| void Res_SimDeriveInfoComplement | ( | Res_Sim_t * | p | ) |
Function*************************************************************
Synopsis [Complement the simulation info if necessary.]
Description []
SideEffects []
SeeAlso []
Definition at line 517 of file resSim.c.

| void Res_SimDeriveInfoReplicate | ( | Res_Sim_t * | p | ) |
Function*************************************************************
Synopsis [Duplicates the simulation info to fill the space.]
Description []
SideEffects []
SeeAlso []
Definition at line 491 of file resSim.c.

| void Res_SimFree | ( | Res_Sim_t * | p | ) |
Function*************************************************************
Synopsis [Free simulation engine.]
Description []
SideEffects []
SeeAlso []
| void Res_SimPadSimInfo | ( | Vec_Ptr_t * | vPats, |
| int | nPats, | ||
| int | nWords ) |
Function*************************************************************
Synopsis [Pads the extra space with duplicated simulation info.]
Description []
SideEffects []
SeeAlso []
Definition at line 458 of file resSim.c.

Function*************************************************************
Synopsis [Simulates one node.]
Description []
SideEffects []
SeeAlso []
Definition at line 371 of file resSim.c.

| void Res_SimPerformRound | ( | Res_Sim_t * | p, |
| int | nWords ) |
Function*************************************************************
Synopsis [Performs one round of simulation.]
Description []
SideEffects []
SeeAlso []
Definition at line 435 of file resSim.c.


Function*************************************************************
Synopsis [Prepares simulation info for candidate filtering.]
Description []
SideEffects []
SeeAlso []
Definition at line 731 of file resSim.c.
Function*************************************************************
Synopsis [Prints output patterns.]
Description []
SideEffects []
SeeAlso []
Definition at line 568 of file resSim.c.

Function*************************************************************
Synopsis [Prints output patterns.]
Description []
SideEffects []
SeeAlso []
Definition at line 544 of file resSim.c.

| void Res_SimSetDerivedBytes | ( | Res_Sim_t * | p, |
| int | fUseWalk ) |
Function*************************************************************
Synopsis [Sets random PI simulation info.]
Description []
SideEffects []
SeeAlso []
Definition at line 211 of file resSim.c.


Function*************************************************************
Synopsis [Sets given PI simulation info.]
Description []
SideEffects []
SeeAlso []
Definition at line 344 of file resSim.c.

| void Res_SimSetRandomBytes | ( | Res_Sim_t * | p | ) |
Function*************************************************************
Synopsis [Sets random PI simulation info.]
Description []
SideEffects []
SeeAlso []
Definition at line 174 of file resSim.c.


Function*************************************************************
Synopsis [Simulates one CO node.]
Description []
SideEffects []
SeeAlso []
Definition at line 407 of file resSim.c.

| int Res_SimVerifyValue | ( | Res_Sim_t * | p, |
| int | fOnSet ) |
Function*************************************************************
Synopsis [Verifies the last pattern.]
Description []
SideEffects []
SeeAlso []
Definition at line 691 of file resSim.c.
