#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 ///. | |
| 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) |
| void | Lpk_TryDec (word *pTruth, int nVars) |
| void | Lpk_TryDecTest () |
| 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.

| void Lpk_TryDec | ( | word * | pTruth, |
| int | nVars ) |
Function*************************************************************
Synopsis [Evaluates 4-LUT decompositions of larger functions.]
Description []
SideEffects []
SeeAlso []
Definition at line 257 of file lpkMux.c.


| void Lpk_TryDecTest | ( | ) |
Definition at line 269 of file lpkMux.c.
