abc-master
|
Go to the source code of this file.
Functions | |
static ABC_NAMESPACE_IMPL_START Fpga_Man_t * | Abc_NtkToFpga (Abc_Ntk_t *pNtk, int fRecovery, float *pSwitching, int fLatchPaths, int fVerbose) |
DECLARATIONS ///. More... | |
static Abc_Ntk_t * | Abc_NtkFromFpga (Fpga_Man_t *pMan, Abc_Ntk_t *pNtk) |
static Abc_Obj_t * | Abc_NodeFromFpga_rec (Abc_Ntk_t *pNtkNew, Fpga_Node_t *pNodeFpga) |
Abc_Ntk_t * | Abc_NtkFpga (Abc_Ntk_t *pNtk, float DelayTarget, int fRecovery, int fSwitching, int fLatchPaths, int fVerbose) |
FUNCTION DEFINITIONS ///. More... | |
|
static |
Function*************************************************************
Synopsis [Derive one node after FPGA mapping.]
Description []
SideEffects []
SeeAlso []
Definition at line 253 of file abcFpga.c.
Abc_Ntk_t* Abc_NtkFpga | ( | Abc_Ntk_t * | pNtk, |
float | DelayTarget, | ||
int | fRecovery, | ||
int | fSwitching, | ||
int | fLatchPaths, | ||
int | fVerbose | ||
) |
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Interface with the FPGA mapping package.]
Description []
SideEffects []
SeeAlso []
Definition at line 51 of file abcFpga.c.
|
static |
Function*************************************************************
Synopsis [Creates the mapped network.]
Description []
SideEffects []
SeeAlso []
Definition at line 203 of file abcFpga.c.
|
static |
DECLARATIONS ///.
CFile****************************************************************
FileName [abcFpga.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Network and node package.]
Synopsis [Interface with the FPGA mapping package.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]
Function*************************************************************
Synopsis [Load the network into FPGA manager.]
Description []
SideEffects []
SeeAlso []
Definition at line 123 of file abcFpga.c.