abc-master
|
#include "fpgaInt.h"
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START int | Fpga_LutLibReadVarMax (Fpga_LutLib_t *p) |
DECLARATIONS ///. More... | |
float * | Fpga_LutLibReadLutAreas (Fpga_LutLib_t *p) |
float | Fpga_LutLibReadLutArea (Fpga_LutLib_t *p, int Size) |
Fpga_LutLib_t * | Fpga_LutLibRead (char *FileName, int fVerbose) |
Fpga_LutLib_t * | Fpga_LutLibDup (Fpga_LutLib_t *p) |
void | Fpga_LutLibFree (Fpga_LutLib_t *pLutLib) |
void | Fpga_LutLibPrint (Fpga_LutLib_t *pLutLib) |
int | Fpga_LutLibDelaysAreDiscrete (Fpga_LutLib_t *pLutLib) |
int Fpga_LutLibDelaysAreDiscrete | ( | Fpga_LutLib_t * | pLutLib | ) |
Function*************************************************************
Synopsis [Returns 1 if the delays are discrete.]
Description []
SideEffects []
SeeAlso []
Definition at line 236 of file fpgaLib.c.
Fpga_LutLib_t* Fpga_LutLibDup | ( | Fpga_LutLib_t * | p | ) |
Function*************************************************************
Synopsis [Duplicates the LUT library.]
Description []
SideEffects []
SeeAlso []
Definition at line 165 of file fpgaLib.c.
void Fpga_LutLibFree | ( | Fpga_LutLib_t * | pLutLib | ) |
void Fpga_LutLibPrint | ( | Fpga_LutLib_t * | pLutLib | ) |
Function*************************************************************
Synopsis [Prints the LUT library.]
Description []
SideEffects []
SeeAlso []
Definition at line 205 of file fpgaLib.c.
Fpga_LutLib_t* Fpga_LutLibRead | ( | char * | FileName, |
int | fVerbose | ||
) |
Function*************************************************************
Synopsis [Reads the description of LUTs from the LUT library file.]
Description []
SideEffects []
SeeAlso []
Definition at line 58 of file fpgaLib.c.
float Fpga_LutLibReadLutArea | ( | Fpga_LutLib_t * | p, |
int | Size | ||
) |
float* Fpga_LutLibReadLutAreas | ( | Fpga_LutLib_t * | p | ) |
ABC_NAMESPACE_IMPL_START int Fpga_LutLibReadVarMax | ( | Fpga_LutLib_t * | p | ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [fpgaLib.c]
PackageName [MVSIS 1.3: Multi-valued logic synthesis system.]
Synopsis [Technology mapping for variable-size-LUT FPGAs.]
Author [MVSIS Group]
Affiliation [UC Berkeley]
Date [Ver. 2.0. Started - August 18, 2004.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [APIs to access LUT library.]
Description []
SideEffects []
SeeAlso []
Definition at line 43 of file fpgaLib.c.