#include "misc/extra/extra.h"#include "misc/vec/vec.h"#include "bool/kit/kit.h"#include "bool/lucky/lucky.h"#include "opt/dau/dau.h"
Go to the source code of this file.
Classes | |
| struct | Abc_TtStore_t_ |
Functions | |
| Abc_TtStore_t * | Abc_TtStoreLoad (char *pFileName, int nVarNum) |
| void | Abc_TtStoreFree (Abc_TtStore_t *p, int nVarNum) |
| void | Abc_TtStoreWrite (char *pFileName, Abc_TtStore_t *p, int fBinary) |
| int | Abc_TruthNpnCountUnique (Abc_TtStore_t *p) |
| int | Abc_TruthCompare (word **p1, word **p2) |
| int | Abc_TruthNpnCountUniqueSort (Abc_TtStore_t *p) |
| void | Abc_TruthNpnPrint (char *pCanonPermInit, unsigned uCanonPhase, int nVars) |
| void | Abc_TruthNpnPerform (Abc_TtStore_t *p, int NpnType, int fVerbose) |
| void | Abc_TruthNpnTest (char *pFileName, int NpnType, int nVarNum, int fDumpRes, int fBinary, int fVerbose) |
| int | Abc_NpnTest (char *pFileName, int NpnType, int nVarNum, int fDumpRes, int fBinary, int fVerbose) |
Variables | |
| int | nWords = 0 |
| int Abc_NpnTest | ( | char * | pFileName, |
| int | NpnType, | ||
| int | nVarNum, | ||
| int | fDumpRes, | ||
| int | fBinary, | ||
| int | fVerbose ) |
Function*************************************************************
Synopsis [Testbench for decomposition algorithms.]
Description []
SideEffects []
SeeAlso []
Definition at line 431 of file abcNpn.c.

| int Abc_TruthNpnCountUnique | ( | Abc_TtStore_t * | p | ) |
Definition at line 90 of file abcNpn.c.

| int Abc_TruthNpnCountUniqueSort | ( | Abc_TtStore_t * | p | ) |
| void Abc_TruthNpnPerform | ( | Abc_TtStore_t * | p, |
| int | NpnType, | ||
| int | fVerbose ) |
Function*************************************************************
Synopsis [Apply decomposition to the truth table.]
Description [Returns the number of AIG nodes.]
SideEffects []
SeeAlso []
Definition at line 177 of file abcNpn.c.


| void Abc_TruthNpnPrint | ( | char * | pCanonPermInit, |
| unsigned | uCanonPhase, | ||
| int | nVars ) |
Function*************************************************************
Synopsis [Prints out one NPN transform.]
Description []
SideEffects []
SeeAlso []
Definition at line 154 of file abcNpn.c.

| void Abc_TruthNpnTest | ( | char * | pFileName, |
| int | NpnType, | ||
| int | nVarNum, | ||
| int | fDumpRes, | ||
| int | fBinary, | ||
| int | fVerbose ) |
Function*************************************************************
Synopsis [Apply decomposition to truth tables.]
Description []
SideEffects []
SeeAlso []
Definition at line 389 of file abcNpn.c.


|
extern |
|
extern |
Function*************************************************************
Synopsis [Read truth tables from input file and write them into output file.]
Description []
SideEffects []
SeeAlso []
Definition at line 396 of file abcDec.c.


|
extern |
Function*************************************************************
Synopsis [Write truth tables into file.]
Description []
SideEffects []
SeeAlso []
Definition at line 359 of file abcDec.c.

