abc-master
|
#include "lpkInt.h"
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START Lpk_Res_t * | Lpk_MuxAnalize (Lpk_Man_t *pMan, Lpk_Fun_t *p) |
DECLARATIONS ///. More... | |
Lpk_Fun_t * | Lpk_MuxSplit (Lpk_Man_t *pMan, Lpk_Fun_t *p, int Var, int Pol) |
ABC_NAMESPACE_IMPL_START Lpk_Res_t* Lpk_MuxAnalize | ( | Lpk_Man_t * | pMan, |
Lpk_Fun_t * | p | ||
) |
DECLARATIONS ///.
CFile****************************************************************
FileName [lpkAbcMux.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Fast Boolean matching for LUT structures.]
Synopsis [LUT-decomposition based on recursive MUX decomposition.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - April 28, 2007.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Checks the possibility of MUX decomposition.]
Description [Returns the best variable to use for MUX decomposition.]
SideEffects []
SeeAlso []
Definition at line 45 of file lpkAbcMux.c.
Function*************************************************************
Synopsis [Transforms the function decomposed by the MUX decomposition.]
Description [Returns the best variable to use for MUX decomposition.]
SideEffects []
SeeAlso []
Definition at line 164 of file lpkAbcMux.c.