
Go to the source code of this file.
Functions | |
| ABC_NAMESPACE_IMPL_START void | If_CutTruthPermute (word *pTruth, int nLeaves, int nVars, int nWords, float *pDelays, int *pVars) |
| DECLARATIONS ///. | |
| void | If_CutRotatePins (If_Man_t *p, If_Cut_t *pCut) |
| int | If_CutComputeTruth (If_Man_t *p, If_Cut_t *pCut, If_Cut_t *pCut0, If_Cut_t *pCut1, int fCompl0, int fCompl1) |
| int | If_CutComputeTruthPerm_int (If_Man_t *p, If_Cut_t *pCut, If_Cut_t *pCut0, If_Cut_t *pCut1, int iCutFunc0, int iCutFunc1) |
| int | If_CutComputeTruthPerm (If_Man_t *p, If_Cut_t *pCut, If_Cut_t *pCut0, If_Cut_t *pCut1, int iCutFunc0, int iCutFunc1) |
| Vec_Mem_t * | If_DeriveHashTable6 (int nVars, word uTruth) |
| int | If_CutCheckTruth6 (If_Man_t *p, If_Cut_t *pCut) |
| int If_CutComputeTruth | ( | If_Man_t * | p, |
| If_Cut_t * | pCut, | ||
| If_Cut_t * | pCut0, | ||
| If_Cut_t * | pCut1, | ||
| int | fCompl0, | ||
| int | fCompl1 ) |
Function*************************************************************
Synopsis [Truth table computation.]
Description []
SideEffects []
SeeAlso []
Definition at line 99 of file ifTruth.c.


| int If_CutComputeTruthPerm | ( | If_Man_t * | p, |
| If_Cut_t * | pCut, | ||
| If_Cut_t * | pCut0, | ||
| If_Cut_t * | pCut1, | ||
| int | iCutFunc0, | ||
| int | iCutFunc1 ) |
Definition at line 269 of file ifTruth.c.


| int If_CutComputeTruthPerm_int | ( | If_Man_t * | p, |
| If_Cut_t * | pCut, | ||
| If_Cut_t * | pCut0, | ||
| If_Cut_t * | pCut1, | ||
| int | iCutFunc0, | ||
| int | iCutFunc1 ) |
Function*************************************************************
Synopsis [Truth table computation.]
Description []
SideEffects []
SeeAlso []
Definition at line 164 of file ifTruth.c.


Definition at line 68 of file ifTruth.c.


| ABC_NAMESPACE_IMPL_START void If_CutTruthPermute | ( | word * | pTruth, |
| int | nLeaves, | ||
| int | nVars, | ||
| int | nWords, | ||
| float * | pDelays, | ||
| int * | pVars ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [ifTruth.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [FPGA mapping based on priority cuts.]
Synopsis [Computation of truth tables of the cuts.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - November 21, 2006.]
Revision [
] FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Sorts the pins in the decreasing order of delays.]
Description []
SideEffects []
SeeAlso []
Definition at line 49 of file ifTruth.c.

Function*************************************************************
Synopsis [Check the function of 6-input LUT.]
Description []
SideEffects []
SeeAlso []
Definition at line 345 of file ifTruth.c.

