abc-master
|
#include "mapperInt.h"
Go to the source code of this file.
Functions | |
static ABC_NAMESPACE_IMPL_START float | Map_SwitchCutRefDeref (Map_Node_t *pNode, Map_Cut_t *pCut, int fPhase, int fReference) |
DECLARATIONS ///. More... | |
float | Map_SwitchCutGetDerefed (Map_Node_t *pNode, Map_Cut_t *pCut, int fPhase) |
FUNCTION DEFINITIONS ///. More... | |
float | Map_SwitchCutRef (Map_Node_t *pNode, Map_Cut_t *pCut, int fPhase) |
float | Map_SwitchCutDeref (Map_Node_t *pNode, Map_Cut_t *pCut, int fPhase) |
float | Map_MappingGetSwitching (Map_Man_t *pMan) |
float Map_MappingGetSwitching | ( | Map_Man_t * | pMan | ) |
Function*************************************************************
Synopsis [Computes the array of mapping.]
Description []
SideEffects []
SeeAlso []
Definition at line 187 of file mapperSwitch.c.
float Map_SwitchCutDeref | ( | Map_Node_t * | pNode, |
Map_Cut_t * | pCut, | ||
int | fPhase | ||
) |
function*************************************************************
synopsis [References the cut.]
description []
sideeffects []
seealso []
Definition at line 82 of file mapperSwitch.c.
float Map_SwitchCutGetDerefed | ( | Map_Node_t * | pNode, |
Map_Cut_t * | pCut, | ||
int | fPhase | ||
) |
FUNCTION DEFINITIONS ///.
function*************************************************************
synopsis [Computes the exact area associated with the cut.]
description []
sideeffects []
seealso []
Definition at line 45 of file mapperSwitch.c.
float Map_SwitchCutRef | ( | Map_Node_t * | pNode, |
Map_Cut_t * | pCut, | ||
int | fPhase | ||
) |
function*************************************************************
synopsis [References the cut.]
description []
sideeffects []
seealso []
Definition at line 66 of file mapperSwitch.c.
|
static |
DECLARATIONS ///.
CFile****************************************************************
FileName [mapperSwitch.c]
PackageName [MVSIS 1.3: Multi-valued logic synthesis system.]
Synopsis [Generic technology mapping engine.]
Author [MVSIS Group]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - September 8, 2003.]
Revision [
]
function*************************************************************
synopsis [References or dereferences the cut.]
description [This reference part is similar to Cudd_NodeReclaim(). The dereference part is similar to Cudd_RecursiveDeref().]
sideeffects []
seealso []
Definition at line 99 of file mapperSwitch.c.