#include "base/abc/abc.h"#include "opt/sim/sim.h"#include "opt/dau/dau.h"#include "misc/util/utilTruth.h"
Go to the source code of this file.
Functions | |
| ABC_NAMESPACE_IMPL_START void | Abc_NtkSymmetries (Abc_Ntk_t *pNtk, int fUseBdds, int fNaive, int fReorder, int fVerbose) |
| DECLARATIONS ///. | |
| void | Ntk_SymTryRandomFlips (word *pFun, word *pNpn, int nVars) |
| void | Ntk_SymFunDeriveNpn (word *pFun, int nVars, int *pComp) |
| void | Ntk_SymFunGenerate (int nVars, int fVerbose) |
| ABC_NAMESPACE_IMPL_START void Abc_NtkSymmetries | ( | Abc_Ntk_t * | pNtk, |
| int | fUseBdds, | ||
| int | fNaive, | ||
| int | fReorder, | ||
| int | fVerbose ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [abcSymm.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Network and node package.]
Synopsis [Computation of two-variable symmetries.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]
Definition at line 238 of file abcSymm.c.
| void Ntk_SymFunDeriveNpn | ( | word * | pFun, |
| int | nVars, | ||
| int * | pComp ) |
Function*************************************************************
Synopsis [Find canonical form of symmetric function.]
Description []
SideEffects []
SeeAlso []
Definition at line 276 of file abcSymm.c.

| void Ntk_SymFunGenerate | ( | int | nVars, |
| int | fVerbose ) |
Function*************************************************************
Synopsis [Generating NPN classes of all symmetric function of N variables.]
Description []
SideEffects []
SeeAlso []
Definition at line 308 of file abcSymm.c.

Function*************************************************************
Synopsis [Try different permutations.]
Description []
SideEffects []
SeeAlso []