abc-master
|
Go to the source code of this file.
Functions | |
Vec_Wrd_t * | Mpm_ManGetTruthWithCnf (int Limit) |
FUNCTION DEFINITIONS ///. More... | |
void | Mpm_ManPrintDsdStats (Mpm_Man_t *p) |
Hsh_IntMan_t * | Mpm_ManBuildHashTable (Vec_Int_t **pvConfgRes) |
void | Mpm_ManPrintPerm (unsigned s) |
void | Mpm_ManPrecomputePerms (Mpm_Man_t *p) |
word | Mpm_CutTruthFromDsd (Mpm_Man_t *pMan, Mpm_Cut_t *pCut, int iClass) |
int | Mpm_CutCheckDsd6 (Mpm_Man_t *p, word t) |
int | Mpm_CutComputeDsd6 (Mpm_Man_t *p, Mpm_Cut_t *pCut, Mpm_Cut_t *pCut0, Mpm_Cut_t *pCut1, Mpm_Cut_t *pCutC, int fCompl0, int fCompl1, int fComplC, int Type) |
Variables | |
static ABC_NAMESPACE_IMPL_START Mpm_Dsd_t | s_DsdClass6 [595] |
DECLARATIONS ///. More... | |
Function*************************************************************
Synopsis [Checks hash table for DSD class.]
Description []
SideEffects []
SeeAlso []
Definition at line 905 of file mpmDsd.c.
int Mpm_CutComputeDsd6 | ( | Mpm_Man_t * | p, |
Mpm_Cut_t * | pCut, | ||
Mpm_Cut_t * | pCut0, | ||
Mpm_Cut_t * | pCut1, | ||
Mpm_Cut_t * | pCutC, | ||
int | fCompl0, | ||
int | fCompl1, | ||
int | fComplC, | ||
int | Type | ||
) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 930 of file mpmDsd.c.
Hsh_IntMan_t* Mpm_ManBuildHashTable | ( | Vec_Int_t ** | pvConfgRes | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 699 of file mpmDsd.c.
Vec_Wrd_t* Mpm_ManGetTruthWithCnf | ( | int | Limit | ) |
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 644 of file mpmDsd.c.
void Mpm_ManPrecomputePerms | ( | Mpm_Man_t * | p | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 755 of file mpmDsd.c.
void Mpm_ManPrintDsdStats | ( | Mpm_Man_t * | p | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 665 of file mpmDsd.c.
void Mpm_ManPrintPerm | ( | unsigned | s | ) |
|
static |
DECLARATIONS ///.
CFile****************************************************************
FileName [mpmDsd.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Configurable technology mapper.]
Synopsis [DSD manipulation.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 1, 2013.]
Revision [
]