
Go to the source code of this file.
Classes | |
| struct | If_Grp_t_ |
| struct | If_Hte_t_ |
Macros | |
| #define | CLU_VAR_MAX 11 |
| #define | CLU_MEM_MAX 1000 |
| #define | CLU_UNUSED 0xff |
Functions | |
| unsigned int | If_CluPrimeCudd2 (unsigned int p) |
| int | If_CluHashFindMedian2 (If_Man_t *p, int t) |
| int | If_CluHashKey2 (word *pTruth, int nWords, int Size) |
| unsigned * | If_CluHashLookup2 (If_Man_t *p, word *pTruth, int t) |
| int | If_CluCheckXX (If_Man_t *p, word *pTruth0, int lutSize, int nVars, int fHashing) |
| int | If_CluCheckXXExt (void *pMan, word *pTruth, int nVars, int nLutLeaf, int nLutRoot, char *pLut0, char *pLut1, word *pFunc0, word *pFunc1) |
| int | If_CutPerformCheckXX (If_Man_t *p, unsigned *pTruth0, int nVars, int nLeaves, char *pStr) |
| #define CLU_VAR_MAX 11 |
CFile****************************************************************
FileName [ifDec66.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [FPGA mapping based on priority cuts.]
Synopsis [Fast checking procedures.]
Author [Alessandro Tempia Calvino]
Affiliation [EPFL]
Date [Ver. 1.0. Started - Feb 8, 2024.]
Revision [
]
Definition at line 276 of file ifDec66.c.


| int If_CluCheckXXExt | ( | void * | pMan, |
| word * | pTruth, | ||
| int | nVars, | ||
| int | nLutLeaf, | ||
| int | nLutRoot, | ||
| char * | pLut0, | ||
| char * | pLut1, | ||
| word * | pFunc0, | ||
| word * | pFunc1 ) |
Definition at line 301 of file ifDec66.c.


| int If_CluHashFindMedian2 | ( | If_Man_t * | p, |
| int | t ) |
Definition at line 128 of file ifDec66.c.

| int If_CluHashKey2 | ( | word * | pTruth, |
| int | nWords, | ||
| int | Size ) |
Definition at line 163 of file ifDec66.c.

Definition at line 183 of file ifDec66.c.


| unsigned int If_CluPrimeCudd2 | ( | unsigned int | p | ) |
| int If_CutPerformCheckXX | ( | If_Man_t * | p, |
| unsigned * | pTruth0, | ||
| int | nVars, | ||
| int | nLeaves, | ||
| char * | pStr ) |
Function*************************************************************
Synopsis [Performs ACD into 66 cascade.]
Description []
SideEffects []
SeeAlso []
Definition at line 363 of file ifDec66.c.
