|
abc-master
|
#include "sswInt.h"Go to the source code of this file.
Data Structures | |
| struct | Ssw_Sml_t_ |
| DECLARATIONS ///. More... | |
|
inlinestatic |
| void Ssw_SmlAssignDist1 | ( | Ssw_Sml_t * | p, |
| unsigned * | pPat | ||
| ) |
Function*************************************************************
Synopsis [Assings distance-1 simulation info for the PIs.]
Description []
SideEffects []
SeeAlso []
Definition at line 623 of file sswSim.c.
| void Ssw_SmlAssignDist1Plus | ( | Ssw_Sml_t * | p, |
| unsigned * | pPat | ||
| ) |
Function*************************************************************
Synopsis [Assings distance-1 simulation info for the PIs.]
Description []
SideEffects []
SeeAlso []
Definition at line 674 of file sswSim.c.
| int Ssw_SmlCheckNonConstOutputs | ( | Ssw_Sml_t * | p | ) |
| int* Ssw_SmlCheckOutput | ( | Ssw_Sml_t * | p | ) |
Function*************************************************************
Synopsis [Returns 1 if the one of the output is already non-constant 0.]
Description []
SideEffects []
SeeAlso []
Definition at line 482 of file sswSim.c.
| int Ssw_SmlCheckXorImplication | ( | Ssw_Sml_t * | p, |
| Aig_Obj_t * | pObjLi, | ||
| Aig_Obj_t * | pObjLo, | ||
| Aig_Obj_t * | pCand | ||
| ) |
| void Ssw_SmlClean | ( | Ssw_Sml_t * | p | ) |
| int Ssw_SmlCountXorImplication | ( | Ssw_Sml_t * | p, |
| Aig_Obj_t * | pObjLi, | ||
| Aig_Obj_t * | pObjLo, | ||
| Aig_Obj_t * | pCand | ||
| ) |
Function*************************************************************
Synopsis [Creates sequential counter-example from the simulation info.]
Description []
SideEffects []
SeeAlso []
Definition at line 1338 of file sswSim.c.
| void Ssw_SmlInitialize | ( | Ssw_Sml_t * | p, |
| int | fInit | ||
| ) |
Function*************************************************************
Synopsis [Assings random simulation info for the PIs.]
Description []
SideEffects []
SeeAlso []
Definition at line 895 of file sswSim.c.
Function*************************************************************
Synopsis [Assings random simulation info for the PIs.]
Description []
SideEffects []
SeeAlso []
Definition at line 928 of file sswSim.c.
Function*************************************************************
Synopsis [Counts the number of one's in the pattern of the objects.]
Description []
SideEffects []
SeeAlso []
Definition at line 362 of file sswSim.c.
| int Ssw_SmlNodeNotEquWeight | ( | Ssw_Sml_t * | p, |
| int | Left, | ||
| int | Right | ||
| ) |
| int Ssw_SmlNodesCompareInFrame | ( | Ssw_Sml_t * | p, |
| Aig_Obj_t * | pObj0, | ||
| Aig_Obj_t * | pObj1, | ||
| int | iFrame0, | ||
| int | iFrame1 | ||
| ) |
| int Ssw_SmlNumFrames | ( | Ssw_Sml_t * | p | ) |
Function*************************************************************
Synopsis [Returns the number of frames simulated in the manager.]
Description []
SideEffects []
SeeAlso []
| int Ssw_SmlNumWordsTotal | ( | Ssw_Sml_t * | p | ) |
| void Ssw_SmlObjAssignConstWord | ( | Ssw_Sml_t * | p, |
| Aig_Obj_t * | pObj, | ||
| int | fConst1, | ||
| int | iFrame, | ||
| int | iWord | ||
| ) |
| int Ssw_SmlObjIsConstBit | ( | void * | p, |
| Aig_Obj_t * | pObj | ||
| ) |
| void Ssw_SmlReinitialize | ( | Ssw_Sml_t * | p | ) |
Function*************************************************************
Synopsis [Assings random simulation info for the PIs.]
Description []
SideEffects []
SeeAlso []
Definition at line 955 of file sswSim.c.
| void Ssw_SmlResimulateSeq | ( | Ssw_Sml_t * | p | ) |
| void Ssw_SmlSavePattern0 | ( | Ssw_Man_t * | p, |
| int | fInit | ||
| ) |
Function*************************************************************
Synopsis [Generated const 0 pattern.]
Description []
SideEffects []
SeeAlso []
| void Ssw_SmlSavePattern1 | ( | Ssw_Man_t * | p, |
| int | fInit | ||
| ) |
Function*************************************************************
Synopsis [Get simulation data.]
Description []
SideEffects []
SeeAlso []
Definition at line 1189 of file sswSim.c.
Function*************************************************************
Synopsis [Returns the pointer to the simulation info of the node.]
Description [The simulation info is normalized unless procedure Ssw_SmlUnnormalize() is called in advance.]
SideEffects []
SeeAlso []
Definition at line 1321 of file sswSim.c.
Function*************************************************************
Synopsis [Performs simulation of the uninitialized circuit.]
Description []
SideEffects []
SeeAlso []
Definition at line 1228 of file sswSim.c.
| void Ssw_SmlSimulateOne | ( | Ssw_Sml_t * | p | ) |
Function*************************************************************
Synopsis [Simulates AIG manager.]
Description [Assumes that the PI simulation info is attached.]
SideEffects []
SeeAlso []
Definition at line 1005 of file sswSim.c.
| void Ssw_SmlSimulateOneDyn_rec | ( | Ssw_Sml_t * | p, |
| Aig_Obj_t * | pObj, | ||
| int | f, | ||
| int * | pVisited, | ||
| int | nVisCounter | ||
| ) |
Function*************************************************************
Synopsis [Simulates AIG manager.]
Description [Assumes that the PI simulation info is attached.]
SideEffects []
SeeAlso []
Definition at line 1076 of file sswSim.c.
| void Ssw_SmlSimulateOneFrame | ( | Ssw_Sml_t * | p | ) |
Function*************************************************************
Synopsis [Simulates AIG manager.]
Description [Assumes that the PI simulation info is attached.]
SideEffects []
SeeAlso []
Definition at line 1117 of file sswSim.c.
Function*************************************************************
Synopsis [Performs simulation of the initialized circuit.]
Description []
SideEffects []
SeeAlso []
Definition at line 1248 of file sswSim.c.
Function*************************************************************
Synopsis [Allocates simulation manager.]
Description []
SideEffects []
SeeAlso []
Definition at line 1148 of file sswSim.c.
| void Ssw_SmlStop | ( | Ssw_Sml_t * | p | ) |
Function*************************************************************
Synopsis [Deallocates simulation manager.]
Description []
SideEffects []
SeeAlso []