
Go to the source code of this file.
Functions | |
| ABC_NAMESPACE_IMPL_START If_LibLut_t * | If_LibLutReadString (char *pStr) |
| DECLARATIONS ///. | |
| int | Abc_FrameSetLutLibrary (Abc_Frame_t *pAbc, char *pLutLibString) |
| int | Abc_FrameSetLutLibraryTest (Abc_Frame_t *pAbc) |
| If_LibLut_t * | If_LibLutRead (char *FileName) |
| If_LibLut_t * | If_LibLutDup (If_LibLut_t *p) |
| void | If_LibLutFree (If_LibLut_t *pLutLib) |
| void | If_LibLutPrint (If_LibLut_t *pLutLib) |
| int | If_LibLutDelaysAreDiscrete (If_LibLut_t *pLutLib) |
| int | If_LibLutDelaysAreDifferent (If_LibLut_t *pLutLib) |
| If_LibLut_t * | If_LibLutSetSimple (int nLutSize) |
| float | If_LibLutFastestPinDelay (If_LibLut_t *p) |
| float | If_LibLutSlowestPinDelay (If_LibLut_t *p) |
| int Abc_FrameSetLutLibrary | ( | Abc_Frame_t * | pAbc, |
| char * | pLutLibString ) |
Function*************************************************************
Synopsis [Sets the library associated with the string.]
Description []
SideEffects []
SeeAlso []
Definition at line 170 of file ifLibLut.c.


| int Abc_FrameSetLutLibraryTest | ( | Abc_Frame_t * | pAbc | ) |
Definition at line 183 of file ifLibLut.c.

| int If_LibLutDelaysAreDifferent | ( | If_LibLut_t * | pLutLib | ) |
Function*************************************************************
Synopsis [Returns 1 if the delays are discrete.]
Description []
SideEffects []
SeeAlso []
Definition at line 407 of file ifLibLut.c.
| int If_LibLutDelaysAreDiscrete | ( | If_LibLut_t * | pLutLib | ) |
Function*************************************************************
Synopsis [Returns 1 if the delays are discrete.]
Description []
SideEffects []
SeeAlso []
Definition at line 383 of file ifLibLut.c.
| If_LibLut_t * If_LibLutDup | ( | If_LibLut_t * | p | ) |
Function*************************************************************
Synopsis [Duplicates the LUT library.]
Description []
SideEffects []
SeeAlso []
Definition at line 312 of file ifLibLut.c.

| float If_LibLutFastestPinDelay | ( | If_LibLut_t * | p | ) |
Function*************************************************************
Synopsis [Gets the delay of the fastest pin.]
Description []
SideEffects []
SeeAlso []
Definition at line 478 of file ifLibLut.c.
| void If_LibLutFree | ( | If_LibLut_t * | pLutLib | ) |
Function*************************************************************
Synopsis [Frees the LUT library.]
Description []
SideEffects []
SeeAlso []
Definition at line 332 of file ifLibLut.c.

| void If_LibLutPrint | ( | If_LibLut_t * | pLutLib | ) |
Function*************************************************************
Synopsis [Prints the LUT library.]
Description []
SideEffects []
SeeAlso []
Definition at line 352 of file ifLibLut.c.
| If_LibLut_t * If_LibLutRead | ( | char * | FileName | ) |
Function*************************************************************
Synopsis [Reads the description of LUTs from the LUT library file.]
Description []
SideEffects []
SeeAlso []
Definition at line 202 of file ifLibLut.c.

| ABC_NAMESPACE_IMPL_START If_LibLut_t * If_LibLutReadString | ( | char * | pStr | ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [ifLibLut.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [FPGA mapping based on priority cuts.]
Synopsis [LUT library.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - November 21, 2006.]
Revision [
] FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Reads the description of LUTs from the LUT library file.]
Description []
SideEffects []
SeeAlso []
Definition at line 46 of file ifLibLut.c.


| If_LibLut_t * If_LibLutSetSimple | ( | int | nLutSize | ) |
Function*************************************************************
Synopsis [Sets simple LUT library.]
Description []
SideEffects []
SeeAlso []
Definition at line 438 of file ifLibLut.c.

| float If_LibLutSlowestPinDelay | ( | If_LibLut_t * | p | ) |
Function*************************************************************
Synopsis [Gets the delay of the slowest pin.]
Description []
SideEffects []
SeeAlso []
Definition at line 494 of file ifLibLut.c.