abc-master
|
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START Ivy_Man_t * | Abc_NtkIvyBefore (Abc_Ntk_t *pNtk, int fSeq, int fUseDc) |
DECLARATIONS ///. More... | |
static Abc_Ntk_t * | Ivy_ManFpgaToAbc (Abc_Ntk_t *pNtk, Ivy_Man_t *pMan) |
static Abc_Obj_t * | Ivy_ManToAbcFast_rec (Abc_Ntk_t *pNtkNew, Ivy_Man_t *pMan, Ivy_Obj_t *pObjIvy, Vec_Int_t *vNodes) |
static void | Abc_ObjSetIvy2Abc (Ivy_Man_t *p, int IvyId, Abc_Obj_t *pObjAbc) |
static Abc_Obj_t * | Abc_ObjGetIvy2Abc (Ivy_Man_t *p, int IvyId) |
Abc_Ntk_t * | Abc_NtkFpgaFast (Abc_Ntk_t *pNtk, int nLutSize, int fRecovery, int fVerbose) |
FUNCTION DEFINITIONS ///. More... | |
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Performs fast FPGA mapping of the network.]
Description [Takes the AIG to be mapped, the LUT size, and verbosity flag. Produces the new network by fast FPGA mapping of the current network. If the current network in ABC in not an AIG, the user should run command "strash" to make sure that the current network into an AIG before calling this procedure.]
SideEffects []
SeeAlso []
Definition at line 58 of file abcFpgaFast.c.
ABC_NAMESPACE_IMPL_START Ivy_Man_t* Abc_NtkIvyBefore | ( | Abc_Ntk_t * | pNtk, |
int | fSeq, | ||
int | fUseDc | ||
) |
DECLARATIONS ///.
CFile****************************************************************
FileName [abcFpgaFast.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Network and node package.]
Synopsis [Fast FPGA mapper.]
Author [Sungmin Cho]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]
DECLARATIONS ///.
Function*************************************************************
Synopsis [Prepares the IVY package.]
Description []
SideEffects []
SeeAlso []
Definition at line 84 of file abcIvy.c.
Definition at line 37 of file abcFpgaFast.c.
Definition at line 36 of file abcFpgaFast.c.
Function*************************************************************
Synopsis [Constructs the ABC network after mapping.]
Description []
SideEffects []
SeeAlso []
Definition at line 93 of file abcFpgaFast.c.
|
static |
Function*************************************************************
Synopsis [Recursively construct the new node.]
Description []
SideEffects []
SeeAlso []
Definition at line 152 of file abcFpgaFast.c.