abc-master
|
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 ///. More... | |
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) |
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 98 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 263 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 163 of file ifTruth.c.
Definition at line 67 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 48 of file ifTruth.c.