abc-master
|
#include "lpkInt.h"
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START int | Lpk_MapTreeBestCofVar (Lpk_Man_t *p, unsigned *pTruth, int nVars, unsigned *pCof0, unsigned *pCof1) |
DECLARATIONS ///. More... | |
If_Obj_t * | Lpk_MapTreeMux_rec (Lpk_Man_t *p, unsigned *pTruth, int nVars, If_Obj_t **ppLeaves) |
If_Obj_t * | Lpk_MapSuppRedDec_rec (Lpk_Man_t *p, unsigned *pTruth, int nVars, If_Obj_t **ppLeaves) |
If_Obj_t* Lpk_MapSuppRedDec_rec | ( | Lpk_Man_t * | p, |
unsigned * | pTruth, | ||
int | nVars, | ||
If_Obj_t ** | ppLeaves | ||
) |
Function*************************************************************
Synopsis [Implements support-reducing decomposition.]
Description []
SideEffects []
SeeAlso []
Definition at line 133 of file lpkMux.c.
ABC_NAMESPACE_IMPL_START int Lpk_MapTreeBestCofVar | ( | Lpk_Man_t * | p, |
unsigned * | pTruth, | ||
int | nVars, | ||
unsigned * | pCof0, | ||
unsigned * | pCof1 | ||
) |
DECLARATIONS ///.
CFile****************************************************************
FileName [lpkMux.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 [Find the best cofactoring variable.]
Description []
SideEffects []
SeeAlso []
Definition at line 45 of file lpkMux.c.
Function*************************************************************
Synopsis [Maps the function by the best cofactoring.]
Description []
SideEffects []
SeeAlso []
Definition at line 89 of file lpkMux.c.