
Go to the source code of this file.
Definition at line 963 of file giaSim.c.

| int Gia_ManBuiltInSimCheckEqual | ( | Gia_Man_t * | p, |
| int | iLit0, | ||
| int | iLit1 ) |
Definition at line 902 of file giaSim.c.

| int Gia_ManBuiltInSimCheckOver | ( | Gia_Man_t * | p, |
| int | iLit0, | ||
| int | iLit1 ) |
Definition at line 859 of file giaSim.c.

Definition at line 946 of file giaSim.c.

| void Gia_ManBuiltInSimPerform | ( | Gia_Man_t * | p, |
| int | iObj ) |
Definition at line 824 of file giaSim.c.

| void Gia_ManBuiltInSimPerformInt | ( | Gia_Man_t * | p, |
| int | iObj ) |
Definition at line 797 of file giaSim.c.

| void Gia_ManBuiltInSimResimulate | ( | Gia_Man_t * | p | ) |
| void Gia_ManBuiltInSimResimulateCone | ( | Gia_Man_t * | p, |
| int | iLit0, | ||
| int | iLit1 ) |
Definition at line 846 of file giaSim.c.

| void Gia_ManBuiltInSimResimulateCone_rec | ( | Gia_Man_t * | p, |
| int | iObj ) |
Definition at line 832 of file giaSim.c.


| void Gia_ManBuiltInSimStart | ( | Gia_Man_t * | p, |
| int | nWords, | ||
| int | nObjs ) |
| Abc_Cex_t * Gia_ManGenerateCounter | ( | Gia_Man_t * | pAig, |
| int | iFrame, | ||
| int | iOut, | ||
| int | nWords, | ||
| int | iPat, | ||
| Vec_Int_t * | vCis2Ids ) |
Function*************************************************************
Synopsis [Returns the counter-example.]
Description []
SideEffects []
SeeAlso []
Definition at line 543 of file giaSim.c.


| int Gia_ManIncrSimCheckEqual | ( | Gia_Man_t * | p, |
| int | iLit0, | ||
| int | iLit1 ) |
Definition at line 1214 of file giaSim.c.

| int Gia_ManIncrSimCheckOver | ( | Gia_Man_t * | p, |
| int | iLit0, | ||
| int | iLit1 ) |
Definition at line 1205 of file giaSim.c.

| void Gia_ManIncrSimCone_rec | ( | Gia_Man_t * | p, |
| int | iObj ) |
Definition at line 1174 of file giaSim.c.
| void Gia_ManIncrSimStart | ( | Gia_Man_t * | p, |
| int | nWords, | ||
| int | nObjs ) |
| void Gia_ManIncrSimStop | ( | Gia_Man_t * | p | ) |
| void Gia_ManIncrSimUpdate | ( | Gia_Man_t * | p | ) |
Function*************************************************************
Synopsis [Bit-parallel simulation during AIG construction.]
Description []
SideEffects []
SeeAlso []
Definition at line 1131 of file giaSim.c.


Definition at line 1109 of file giaSim.c.

Definition at line 1095 of file giaSim.c.


Function*************************************************************
Synopsis [Finds a satisfying assignment.]
Description [Returns 1 if a sat assignment is found; 0 otherwise.]
SideEffects []
SeeAlso []
Definition at line 1072 of file giaSim.c.


| void Gia_ManResetRandom | ( | Gia_ParSim_t * | pPars | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 580 of file giaSim.c.


Function*************************************************************
Synopsis [Derives signal implications.]
Description []
SideEffects []
SeeAlso []
Definition at line 76 of file giaSim.c.


FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 55 of file giaSim.c.


| Gia_ManSim_t * Gia_ManSimCreate | ( | Gia_Man_t * | pAig, |
| Gia_ParSim_t * | pPars ) |
Function*************************************************************
Synopsis [Creates fast simulation manager.]
Description []
SideEffects []
SeeAlso []
Definition at line 211 of file giaSim.c.


| void Gia_ManSimDelete | ( | Gia_ManSim_t * | p | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 189 of file giaSim.c.


Function*************************************************************
Synopsis [Finds signals, which reset flops to have constant values.]
Description []
SideEffects []
SeeAlso []
Definition at line 94 of file giaSim.c.


| void Gia_ManSimInfoInit | ( | Gia_ManSim_t * | p | ) |
| void Gia_ManSimInfoTransfer | ( | Gia_ManSim_t * | p | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 453 of file giaSim.c.

Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 1236 of file giaSim.c.

| void Gia_ManSimOneBitTest | ( | Gia_Man_t * | p | ) |
Definition at line 1378 of file giaSim.c.

| void Gia_ManSimOneBitTest2 | ( | Gia_Man_t * | p | ) |
Definition at line 1264 of file giaSim.c.

| void Gia_ManSimOneBitTest3 | ( | Gia_Man_t * | p | ) |
Definition at line 1318 of file giaSim.c.

| Vec_Int_t * Gia_ManSimReadFile | ( | char * | pFileIn | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 668 of file giaSim.c.

| void Gia_ManSimSetDefaultParams | ( | Gia_ParSim_t * | p | ) |
Function*************************************************************
Synopsis [This procedure sets default parameters.]
Description []
SideEffects []
SeeAlso []
Definition at line 165 of file giaSim.c.


| int Gia_ManSimSimulate | ( | Gia_Man_t * | pAig, |
| Gia_ParSim_t * | pPars ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 599 of file giaSim.c.


Definition at line 704 of file giaSim.c.

| void Gia_ManSimSimulatePattern | ( | Gia_Man_t * | p, |
| char * | pFileIn, | ||
| char * | pFileOut ) |
Definition at line 732 of file giaSim.c.

| void Gia_ManSimulateRound | ( | Gia_ManSim_t * | p | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 476 of file giaSim.c.

| int Gia_ManSimWriteFile | ( | char * | pFileOut, |
| Vec_Int_t * | vPat, | ||
| int | nOuts ) |
Definition at line 685 of file giaSim.c.

| unsigned * Gia_SimDataCiExt | ( | Gia_ManSim_t * | p, |
| int | i ) |
| unsigned * Gia_SimDataCoExt | ( | Gia_ManSim_t * | p, |
| int | i ) |
| unsigned * Gia_SimDataExt | ( | Gia_ManSim_t * | p, |
| int | i ) |