abc-master
|
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START void | Nwk_ManSetIfParsDefault (If_Par_t *pPars) |
DECLARATIONS ///. More... | |
If_Man_t * | Nwk_ManToIf (Aig_Man_t *p, If_Par_t *pPars, Vec_Ptr_t *vAigToIf) |
Hop_Obj_t * | Nwk_NodeIfToHop2_rec (Hop_Man_t *pHopMan, If_Man_t *pIfMan, If_Obj_t *pIfObj, Vec_Ptr_t *vVisited) |
Hop_Obj_t * | Nwk_NodeIfToHop (Hop_Man_t *pHopMan, If_Man_t *pIfMan, If_Obj_t *pIfObj) |
Nwk_Man_t * | Nwk_ManFromIf (If_Man_t *pIfMan, Aig_Man_t *p, Vec_Ptr_t *vAigToIf) |
Nwk_Man_t * | Nwk_MappingIf (Aig_Man_t *p, Tim_Man_t *pManTime, If_Par_t *pPars) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 275 of file nwkMap.c.
ABC_NAMESPACE_IMPL_START void Nwk_ManSetIfParsDefault | ( | If_Par_t * | pPars | ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [nwkMap.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Logic network representation.]
Synopsis [Interface to technology mapping.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Load the network into FPGA manager.]
Description []
SideEffects []
SeeAlso []
Definition at line 46 of file nwkMap.c.
Function*************************************************************
Synopsis [Load the network into FPGA manager.]
Description []
SideEffects []
SeeAlso []
Definition at line 103 of file nwkMap.c.
Function*************************************************************
Synopsis [Interface with the FPGA mapping package.]
Description []
SideEffects []
SeeAlso []
Definition at line 360 of file nwkMap.c.
Function*************************************************************
Synopsis [Derives the local AIG for the cut.]
Description []
SideEffects []
SeeAlso []
Definition at line 235 of file nwkMap.c.
Hop_Obj_t* Nwk_NodeIfToHop2_rec | ( | Hop_Man_t * | pHopMan, |
If_Man_t * | pIfMan, | ||
If_Obj_t * | pIfObj, | ||
Vec_Ptr_t * | vVisited | ||
) |
Function*************************************************************
Synopsis [Recursively derives the local AIG for the cut.]
Description []
SideEffects []
SeeAlso []
Definition at line 188 of file nwkMap.c.