abc-master
|
#include "mapperInt.h"
Go to the source code of this file.
Functions | |
static ABC_NAMESPACE_IMPL_START void | Map_TruthsCut (Map_Man_t *pMan, Map_Cut_t *pCut) |
DECLARATIONS ///. More... | |
void | Map_TruthsCutOne (Map_Man_t *p, Map_Cut_t *pCut, unsigned uTruth[]) |
static void | Map_CutsCollect_rec (Map_Cut_t *pCut, Map_NodeVec_t *vVisited) |
void | Map_MappingTruths (Map_Man_t *pMan) |
FUNCTION DEFINITIONS ///. More... | |
|
static |
Function*************************************************************
Synopsis [Recursively collect the cuts.]
Description []
SideEffects []
SeeAlso []
Definition at line 278 of file mapperTruth.c.
void Map_MappingTruths | ( | Map_Man_t * | pMan | ) |
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Derives truth tables for each cut.]
Description []
SideEffects []
SeeAlso []
Definition at line 47 of file mapperTruth.c.
DECLARATIONS ///.
CFile****************************************************************
FileName [mapperTruth.c]
PackageName [MVSIS 1.3: Multi-valued logic synthesis system.]
Synopsis [Generic technology mapping engine.]
Author [MVSIS Group]
Affiliation [UC Berkeley]
Date [Ver. 2.0. Started - June 1, 2004.]
Revision [
]
Function*************************************************************
Synopsis [Derives the truth table for one cut.]
Description []
SideEffects []
SeeAlso []
Definition at line 94 of file mapperTruth.c.
Function*************************************************************
Synopsis [Computes the truth table of one cut.]
Description []
SideEffects []
SeeAlso []
Definition at line 197 of file mapperTruth.c.