|
abc-master
|
Go to the source code of this file.
Functions | |
| static int | If_Dec10WordNum (int nVars) |
| FUNCTION DEFINITIONS ///. More... | |
| static void | If_Dec10PrintConfigOne (unsigned z) |
| void | If_Dec10PrintConfig (unsigned *pZ) |
| static void | If_Dec10ComposeLut4 (int t, word **pF, word *pR, int nVars) |
| void | If_Dec10Verify (word *pF, int nVars, unsigned *pZ) |
| static int | If_Dec10CofCount2 (word *pF, int nVars) |
| static int | If_Dec10CofCount (word *pF, int nVars) |
| static void | If_Dec10Copy (word *pOut, word *pIn, int nVars) |
| static void | If_Dec10SwapAdjacent (word *pOut, word *pIn, int iVar, int nVars) |
| static void | If_Dec10MoveTo (word *pF, int nVars, int v, int p, int Pla2Var[], int Var2Pla[]) |
| static int | If_DecSuppIsMinBase (int Supp) |
| static int | If_Dec10HasVar (word *t, int nVars, int iVar) |
| static int | If_Dec10Support (word *t, int nVars) |
| void | If_Dec10Cofactors (word *pF, int nVars, int iVar, word *pCof0, word *pCof1) |
| static int | If_Dec10Count16 (int Num16) |
| static void | If_DecVerifyPerm (int Pla2Var[10], int Var2Pla[10], int nVars) |
| int | If_Dec10Perform (word *pF, int nVars, int fDerive) |
| int | If_CutPerformCheck10 (If_Man_t *p, unsigned *pTruth, int nVars, int nLeaves, char *pStr) |
Variables | |
| static ABC_NAMESPACE_IMPL_START int | BitCount8 [256] |
| DECLARATIONS ///. More... | |
| static word | PMasks [5][3] |
| static word | Truth6 [6] |
| static word | Truth10 [10][16] |
| int If_CutPerformCheck10 | ( | If_Man_t * | p, |
| unsigned * | pTruth, | ||
| int | nVars, | ||
| int | nLeaves, | ||
| char * | pStr | ||
| ) |
Definition at line 340 of file ifDec10.c.
|
inlinestatic |
|
inlinestatic |
Definition at line 100 of file ifDec10.c.
Definition at line 195 of file ifDec10.c.
|
inlinestatic |
Definition at line 371 of file ifDec10.c.
|
inlinestatic |
Definition at line 305 of file ifDec10.c.
|
inlinestatic |
Definition at line 237 of file ifDec10.c.
| int If_Dec10Perform | ( | word * | pF, |
| int | nVars, | ||
| int | fDerive | ||
| ) |
Definition at line 382 of file ifDec10.c.
|
static |
Definition at line 81 of file ifDec10.c.
|
inlinestatic |
Definition at line 201 of file ifDec10.c.
| void If_Dec10Verify | ( | word * | pF, |
| int | nVars, | ||
| unsigned * | pZ | ||
| ) |
Definition at line 121 of file ifDec10.c.
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
static |
DECLARATIONS ///.
CFile****************************************************************
FileName [ifDec10.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [FPGA mapping based on priority cuts.]
Synopsis [Performs additional check.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - November 21, 2006.]
Revision [
]
|
static |
|
static |
|
static |