abc-master
|
Go to the source code of this file.
Functions | |
void | Kit_DsdPrintFromTruth (unsigned *pTruth, int nVars) |
void | Extra_PrintBinary (FILE *pFile, unsigned Sign[], int nBits) |
static int | If_Dec08WordNum (int nVars) |
FUNCTION DEFINITIONS ///. More... | |
static void | If_Dec08PrintConfigOne (unsigned z) |
void | If_Dec08PrintConfig (unsigned *pZ) |
static void | If_Dec08ComposeLut4 (int t, word **pF, word *pR, int nVars) |
void | If_Dec08Verify (word *pF, int nVars, unsigned *pZ) |
static int | If_Dec08CofCount2 (word *pF, int nVars) |
static int | If_Dec08CofCount (word *pF, int nVars) |
static void | If_Dec08Copy (word *pOut, word *pIn, int nVars) |
static void | If_Dec08SwapAdjacent (word *pOut, word *pIn, int iVar, int nVars) |
static void | If_Dec08MoveTo (word *pF, int nVars, int v, int p, int Pla2Var[], int Var2Pla[]) |
static int | If_DecSuppIsMinBase (int Supp) |
static int | If_Dec08HasVar (word *t, int nVars, int iVar) |
static int | If_Dec08Support (word *t, int nVars) |
void | If_Dec08Cofactors (word *pF, int nVars, int iVar, word *pCof0, word *pCof1) |
static int | If_Dec08Count16 (int Num16) |
static void | If_DecVerifyPerm (int Pla2Var[10], int Var2Pla[10], int nVars) |
int | If_Dec08Perform (word *pF, int nVars, int fDerive) |
int | If_CutPerformCheck08 (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] |
void Extra_PrintBinary | ( | FILE * | pFile, |
unsigned | Sign[], | ||
int | nBits | ||
) |
Function*************************************************************
Synopsis [Prints the bit string.]
Description []
SideEffects []
SeeAlso []
Definition at line 497 of file extraUtilFile.c.
int If_CutPerformCheck08 | ( | If_Man_t * | p, |
unsigned * | pTruth, | ||
int | nVars, | ||
int | nLeaves, | ||
char * | pStr | ||
) |
Definition at line 343 of file ifDec08.c.
|
inlinestatic |
|
inlinestatic |
Definition at line 103 of file ifDec08.c.
Definition at line 198 of file ifDec08.c.
|
inlinestatic |
Definition at line 374 of file ifDec08.c.
|
inlinestatic |
Definition at line 308 of file ifDec08.c.
|
inlinestatic |
Definition at line 240 of file ifDec08.c.
int If_Dec08Perform | ( | word * | pF, |
int | nVars, | ||
int | fDerive | ||
) |
Definition at line 385 of file ifDec08.c.
|
static |
Definition at line 84 of file ifDec08.c.
|
inlinestatic |
Definition at line 204 of file ifDec08.c.
void If_Dec08Verify | ( | word * | pF, |
int | nVars, | ||
unsigned * | pZ | ||
) |
Definition at line 124 of file ifDec08.c.
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
void Kit_DsdPrintFromTruth | ( | unsigned * | pTruth, |
int | nVars | ||
) |
Function*************************************************************
Synopsis [Print the DSD formula.]
Description []
SideEffects []
SeeAlso []
Definition at line 490 of file kitDsd.c.
|
static |
DECLARATIONS ///.
CFile****************************************************************
FileName [ifDec08.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 |