abc-master
|
#include "misc/vec/vec.h"
Go to the source code of this file.
Data Structures | |
struct | FxuDataStruct |
Typedefs | |
typedef typedefABC_NAMESPACE_HEADER_START struct FxuDataStruct | Fxu_Data_t |
INCLUDES ///. More... | |
Functions | |
void | Abc_NtkSetDefaultFxParams (Fxu_Data_t *p) |
MACRO DEFINITIONS ///. More... | |
int | Abc_NtkFastExtract (Abc_Ntk_t *pNtk, Fxu_Data_t *p) |
void | Abc_NtkFxuFreeInfo (Fxu_Data_t *p) |
typedef typedefABC_NAMESPACE_HEADER_START struct FxuDataStruct Fxu_Data_t |
INCLUDES ///.
CFile****************************************************************
FileName [fxu.h]
PackageName [MVSIS 2.0: Multi-valued logic synthesis system.]
Synopsis [External declarations of fast extract for unate covers.]
Author [MVSIS Group]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - February 1, 2003.]
Revision [
]PARAMETERS ///STRUCTURE DEFINITIONS ///
int Abc_NtkFastExtract | ( | Abc_Ntk_t * | pNtk, |
Fxu_Data_t * | p | ||
) |
Function*************************************************************
Synopsis [Performs fast_extract on the current network.]
Description [Takes the network and the maximum number of nodes to extract. Uses the concurrent double-cube and single cube divisor extraction procedure. Modifies the network in the end, after extracting all nodes. Note that Ntk_NetworkSweep() may increase the performance of this procedure because the single-literal nodes will not be created in the sparse matrix. Returns 1 if the network has been changed.]
SideEffects []
SeeAlso []
Definition at line 83 of file abcFxu.c.
void Abc_NtkFxuFreeInfo | ( | Fxu_Data_t * | p | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 207 of file abcFxu.c.
void Abc_NtkSetDefaultFxParams | ( | Fxu_Data_t * | p | ) |
MACRO DEFINITIONS ///.
FUNCTION DEFINITIONS ///
MACRO DEFINITIONS ///.
Function*************************************************************
Synopsis [Sets default values of the FXU parameters.]
Description []
SideEffects []
SeeAlso []
Definition at line 52 of file abcFxu.c.