abc-master
|
#include "cutInt.h"
Go to the source code of this file.
Macros | |
#define | CUT_CELL_MVAR 9 |
DECLARATIONS ///. More... | |
Functions | |
static unsigned | Cut_TruthPhase (Cut_Cut_t *pCut, Cut_Cut_t *pCut1) |
FUNCTION DEFINITIONS ///. More... | |
void | Cut_TruthCompose (Cut_Cut_t *pCutF, int Node, Cut_Cut_t *pCutT, Cut_Cut_t *pCutRes) |
#define CUT_CELL_MVAR 9 |
DECLARATIONS ///.
CFile****************************************************************
FileName [cutExpand.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [K-feasible cut computation package.]
Synopsis [Computes the truth table of the cut after expansion.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]
Definition at line 30 of file cutExpand.c.
Function*************************************************************
Synopsis [Computes the truth table of the composition of cuts.]
Description [Inputs are:
SideEffects []
SeeAlso []
Definition at line 81 of file cutExpand.c.
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Computes the stretching phase of the cut w.r.t. the merged cut.]
Description []
SideEffects []
SeeAlso []
Definition at line 47 of file cutExpand.c.