abc-master
|
#include "lpkInt.h"
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START If_Obj_t * | Lpk_MapPrimeInternal (If_Man_t *pIfMan, Kit_Graph_t *pGraph) |
DECLARATIONS ///. More... | |
If_Obj_t * | Lpk_MapPrime (Lpk_Man_t *p, unsigned *pTruth, int nVars, If_Obj_t **ppLeaves) |
If_Obj_t * | Lpk_MapTree_rec (Lpk_Man_t *p, Kit_DsdNtk_t *pNtk, If_Obj_t **ppLeaves, int iLit, If_Obj_t *pResult) |
Function*************************************************************
Synopsis [Strashes one logic node using its SOP.]
Description []
SideEffects []
SeeAlso []
Definition at line 79 of file lpkMap.c.
ABC_NAMESPACE_IMPL_START If_Obj_t* Lpk_MapPrimeInternal | ( | If_Man_t * | pIfMan, |
Kit_Graph_t * | pGraph | ||
) |
DECLARATIONS ///.
CFile****************************************************************
FileName [lpkMap.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Fast Boolean matching for LUT structures.]
Synopsis []
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - April 28, 2007.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Transforms the decomposition graph into the AIG.]
Description []
SideEffects []
SeeAlso []
Definition at line 45 of file lpkMap.c.
If_Obj_t* Lpk_MapTree_rec | ( | Lpk_Man_t * | p, |
Kit_DsdNtk_t * | pNtk, | ||
If_Obj_t ** | ppLeaves, | ||
int | iLit, | ||
If_Obj_t * | pResult | ||
) |
Function*************************************************************
Synopsis [Prepares the mapping manager.]
Description []
SideEffects []
SeeAlso []
Definition at line 110 of file lpkMap.c.