abc-master
|
#include "cutInt.h"
Go to the source code of this file.
Functions | |
static unsigned | Cut_TruthPhase (Cut_Cut_t *pCut, Cut_Cut_t *pCut1) |
FUNCTION DEFINITIONS ///. More... | |
void | Cut_TruthNCanonicize (Cut_Cut_t *pCut) |
void | Cut_TruthComputeOld (Cut_Cut_t *pCut, Cut_Cut_t *pCut0, Cut_Cut_t *pCut1, int fCompl0, int fCompl1) |
void | Cut_TruthCompute (Cut_Man_t *p, Cut_Cut_t *pCut, Cut_Cut_t *pCut0, Cut_Cut_t *pCut1, int fCompl0, int fCompl1) |
Variables | |
ABC_NAMESPACE_IMPL_START int | nTotal = 0 |
DECLARATIONS ///. More... | |
int | nGood = 0 |
int | nEqual = 0 |
void Cut_TruthCompute | ( | Cut_Man_t * | p, |
Cut_Cut_t * | pCut, | ||
Cut_Cut_t * | pCut0, | ||
Cut_Cut_t * | pCut1, | ||
int | fCompl0, | ||
int | fCompl1 | ||
) |
Function*************************************************************
Synopsis [Performs truth table computation.]
Description []
SideEffects []
SeeAlso []
Definition at line 177 of file cutTruth.c.
void Cut_TruthComputeOld | ( | Cut_Cut_t * | pCut, |
Cut_Cut_t * | pCut0, | ||
Cut_Cut_t * | pCut1, | ||
int | fCompl0, | ||
int | fCompl1 | ||
) |
Function*************************************************************
Synopsis [Performs truth table computation.]
Description []
SideEffects []
SeeAlso []
Definition at line 126 of file cutTruth.c.
void Cut_TruthNCanonicize | ( | Cut_Cut_t * | pCut | ) |
Function*************************************************************
Synopsis [Performs truth table computation.]
Description [This procedure cannot be used while recording oracle because it will overwrite Num0 and Num1.]
SideEffects []
SeeAlso []
Definition at line 85 of file cutTruth.c.
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Computes the stretching phase of the cut w.r.t. the merged cut.]
Description []
SideEffects []
SeeAlso []
Definition at line 56 of file cutTruth.c.
int nEqual = 0 |
Definition at line 39 of file cutTruth.c.
int nGood = 0 |
Definition at line 38 of file cutTruth.c.
ABC_NAMESPACE_IMPL_START int nTotal = 0 |
DECLARATIONS ///.
CFile****************************************************************
FileName [cutTruth.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [K-feasible cut computation package.]
Synopsis [Incremental truth table computation.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]
Definition at line 37 of file cutTruth.c.