abc-master
|
#include "mpmInt.h"
Go to the source code of this file.
Functions | |
static ABC_NAMESPACE_IMPL_START void | Mpm_TruthStretch (word *pTruth, Mpm_Cut_t *pCut, Mpm_Cut_t *pCut0, int nLimit) |
DECLARATIONS ///. More... | |
static int | Mpm_CutTruthMinimize6 (Mpm_Man_t *p, Mpm_Cut_t *pCut) |
static int | Mpm_CutTruthMinimize7 (Mpm_Man_t *p, Mpm_Cut_t *pCut) |
static int | Mpm_CutComputeTruth6 (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) |
static int | Mpm_CutComputeTruth7 (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) |
int | Mpm_CutComputeTruth (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) |
int Mpm_CutComputeTruth | ( | 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 | ||
) |
Definition at line 215 of file mpmTruth.c.
|
inlinestatic |
Function*************************************************************
Synopsis [Performs truth table computation.]
Description []
SideEffects []
SeeAlso []
Definition at line 145 of file mpmTruth.c.
|
inlinestatic |
Definition at line 181 of file mpmTruth.c.
Function*************************************************************
Synopsis [Performs truth table support minimization.]
Description []
SideEffects []
SeeAlso []
Definition at line 72 of file mpmTruth.c.
Definition at line 102 of file mpmTruth.c.
|
inlinestatic |
DECLARATIONS ///.
CFile****************************************************************
FileName [mpmTruth.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Configurable technology mapper.]
Synopsis [Truth table manipulation.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 1, 2013.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Unifies variable order.]
Description []
SideEffects []
SeeAlso []
Definition at line 47 of file mpmTruth.c.