abc-master
|
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START int | Dau_DsdCheckDecExist_rec (char *pStr, char **p, int *pMatches, int *pnSupp) |
DECLARATIONS ///. More... | |
int | Dau_DsdCheckDecExist (char *pDsd) |
int | Dau_DsdCheckDecAndExist_rec (char *pStr, char **p, int *pMatches, int *pnSupp) |
int | Dau_DsdCheckDecAndExist (char *pDsd) |
int | If_CutPerformCheck75__ (If_Man_t *p, unsigned *pTruth, int nVars, int nLeaves, char *pStr) |
int | If_CutPerformCheck75 (If_Man_t *p, unsigned *pTruth0, int nVars, int nLeaves, char *pStr) |
int Dau_DsdCheckDecAndExist | ( | char * | pDsd | ) |
Definition at line 185 of file ifDec75.c.
int Dau_DsdCheckDecAndExist_rec | ( | char * | pStr, |
char ** | p, | ||
int * | pMatches, | ||
int * | pnSupp | ||
) |
Function*************************************************************
Synopsis [Finds all boundsets for which AND-decomposition exists.]
Description []
SideEffects []
SeeAlso []
Definition at line 123 of file ifDec75.c.
int Dau_DsdCheckDecExist | ( | char * | pDsd | ) |
Definition at line 104 of file ifDec75.c.
ABC_NAMESPACE_IMPL_START int Dau_DsdCheckDecExist_rec | ( | char * | pStr, |
char ** | p, | ||
int * | pMatches, | ||
int * | pnSupp | ||
) |
DECLARATIONS ///.
CFile****************************************************************
FileName [ifDec75.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 [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Finds all boundsets for which decomposition exists.]
Description []
SideEffects []
SeeAlso []
Definition at line 48 of file ifDec75.c.
int If_CutPerformCheck75 | ( | If_Man_t * | p, |
unsigned * | pTruth0, | ||
int | nVars, | ||
int | nLeaves, | ||
char * | pStr | ||
) |
Function*************************************************************
Synopsis [Performs additional check.]
Description []
SideEffects []
SeeAlso []
Definition at line 303 of file ifDec75.c.
int If_CutPerformCheck75__ | ( | If_Man_t * | p, |
unsigned * | pTruth, | ||
int | nVars, | ||
int | nLeaves, | ||
char * | pStr | ||
) |
Function*************************************************************
Synopsis [Performs additional check.]
Description []
SideEffects []
SeeAlso []
Definition at line 204 of file ifDec75.c.