#include "acb.h"#include "aig/saig/saig.h"#include "aig/gia/giaAig.h"#include "base/abc/abc.h"#include "proof/fraig/fraig.h"#include "misc/util/utilTruth.h"
Go to the source code of this file.
Functions | |
| void | Gia_ManSimTry (Gia_Man_t *pF, Gia_Man_t *pG) |
| FUNCTION DEFINITIONS ///. | |
| void | Gia_ManDualNot (Gia_Man_t *p, int LitA[2], int LitZ[2]) |
| void | Gia_ManDualXor2 (Gia_Man_t *p, int LitA[2], int LitB[2], int LitZ[2]) |
| void | Gia_ManDualXorN (Gia_Man_t *p, int *pLits, int n, int LitZ[2]) |
| void | Gia_ManDualAnd2 (Gia_Man_t *p, int LitA[2], int LitB[2], int LitZ[2]) |
| void | Gia_ManDualAndN (Gia_Man_t *p, int *pLits, int n, int LitZ[2]) |
| void | Gia_ManDualDc (Gia_Man_t *p, int LitC[2], int LitD[2], int LitZ[2]) |
| void | Gia_ManDualMux (Gia_Man_t *p, int LitC[2], int LitT[2], int LitE[2], int LitZ[2]) |
| int | Gia_ManDualCompare (Gia_Man_t *p, int LitF[2], int LitS[2]) |
| void | Acb_ObjToGiaDual (Gia_Man_t *pNew, Acb_Ntk_t *p, int iObj, Vec_Int_t *vTemp, Vec_Int_t *vCopies, int pRes[2]) |
| Gia_Man_t * | Acb_NtkGiaDeriveDual (Acb_Ntk_t *p) |
| Gia_Man_t * | Acb_NtkGiaDeriveMiter (Gia_Man_t *pOne, Gia_Man_t *pTwo, int Type) |
| void | Acb_OutputFile (char *pFileName, Acb_Ntk_t *pNtkF, int *pModel) |
| int * | Acb_NtkSolve (Gia_Man_t *p) |
| void | Acb_NtkPrintCecStats (Acb_Ntk_t *pNtk) |
| void | Acb_NtkUpdateCiOrder (Acb_Ntk_t *pNtkF, Acb_Ntk_t *pNtkG) |
| int | Acb_NtkCheckPiOrder (Acb_Ntk_t *pNtkF, Acb_Ntk_t *pNtkG) |
| void | Acb_NtkRunTest (char *pFileNames[4], int fFancy, int fVerbose) |
Definition at line 579 of file acbTest.c.


Definition at line 344 of file acbTest.c.


Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 395 of file acbTest.c.


| void Acb_NtkPrintCecStats | ( | Acb_Ntk_t * | pNtk | ) |
Function*************************************************************
Synopsis [Various statistics.]
Description []
SideEffects []
SeeAlso []
Definition at line 530 of file acbTest.c.

| void Acb_NtkRunTest | ( | char * | pFileNames[4], |
| int | fFancy, | ||
| int | fVerbose ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 610 of file acbTest.c.

| int * Acb_NtkSolve | ( | Gia_Man_t * | p | ) |
Definition at line 494 of file acbTest.c.


Function*************************************************************
Synopsis [Changing the PI order.]
Description []
SideEffects []
SeeAlso []
Definition at line 558 of file acbTest.c.

| void Acb_ObjToGiaDual | ( | Gia_Man_t * | pNew, |
| Acb_Ntk_t * | p, | ||
| int | iObj, | ||
| Vec_Int_t * | vTemp, | ||
| Vec_Int_t * | vCopies, | ||
| int | pRes[2] ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 257 of file acbTest.c.


| void Acb_OutputFile | ( | char * | pFileName, |
| Acb_Ntk_t * | pNtkF, | ||
| int * | pModel ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 467 of file acbTest.c.

| void Gia_ManDualAnd2 | ( | Gia_Man_t * | p, |
| int | LitA[2], | ||
| int | LitB[2], | ||
| int | LitZ[2] ) |
Definition at line 171 of file acbTest.c.

| void Gia_ManDualAndN | ( | Gia_Man_t * | p, |
| int * | pLits, | ||
| int | n, | ||
| int | LitZ[2] ) |
| int Gia_ManDualCompare | ( | Gia_Man_t * | p, |
| int | LitF[2], | ||
| int | LitS[2] ) |
| void Gia_ManDualDc | ( | Gia_Man_t * | p, |
| int | LitC[2], | ||
| int | LitD[2], | ||
| int | LitZ[2] ) |
| void Gia_ManDualMux | ( | Gia_Man_t * | p, |
| int | LitC[2], | ||
| int | LitT[2], | ||
| int | LitE[2], | ||
| int | LitZ[2] ) |
Definition at line 213 of file acbTest.c.


| void Gia_ManDualNot | ( | Gia_Man_t * | p, |
| int | LitA[2], | ||
| int | LitZ[2] ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 144 of file acbTest.c.


| void Gia_ManDualXor2 | ( | Gia_Man_t * | p, |
| int | LitA[2], | ||
| int | LitB[2], | ||
| int | LitZ[2] ) |
| void Gia_ManDualXorN | ( | Gia_Man_t * | p, |
| int * | pLits, | ||
| int | n, | ||
| int | LitZ[2] ) |
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 51 of file acbTest.c.
