abc-master
|
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START Nwk_Man_t * | Nwk_ManDeriveFromAig (Aig_Man_t *p) |
DECLARATIONS ///. More... | |
Vec_Ptr_t * | Nwk_ManDeriveRetimingCut (Aig_Man_t *p, int fForward, int fVerbose) |
FUNCTION DECLARATIONS ///. More... | |
ABC_NAMESPACE_IMPL_END ABC_NAMESPACE_IMPL_START void | Nwk_ManColleacReached_rec (Gia_Man_t *p, Gia_Obj_t *pObj, Vec_Int_t *vNodes, Vec_Int_t *vLeaves) |
Nwk_Man_t * | Nwk_ManCreateFromGia (Gia_Man_t *p, Vec_Int_t *vPPis, Vec_Int_t *vNodes, Vec_Int_t *vLeaves, Vec_Int_t **pvMapInv) |
void | Nwk_ManDeriveMinCut (Gia_Man_t *p, int fVerbose) |
ABC_NAMESPACE_IMPL_END ABC_NAMESPACE_IMPL_START void Nwk_ManColleacReached_rec | ( | Gia_Man_t * | p, |
Gia_Obj_t * | pObj, | ||
Vec_Int_t * | vNodes, | ||
Vec_Int_t * | vLeaves | ||
) |
Function*************************************************************
Synopsis [Collects reachable nodes.]
Description []
SideEffects []
SeeAlso []
Definition at line 124 of file nwkAig.c.
Nwk_Man_t* Nwk_ManCreateFromGia | ( | Gia_Man_t * | p, |
Vec_Int_t * | vPPis, | ||
Vec_Int_t * | vNodes, | ||
Vec_Int_t * | vLeaves, | ||
Vec_Int_t ** | pvMapInv | ||
) |
Function*************************************************************
Synopsis [Converts AIG into the network.]
Description []
SideEffects []
SeeAlso []
Definition at line 152 of file nwkAig.c.
ABC_NAMESPACE_IMPL_START Nwk_Man_t* Nwk_ManDeriveFromAig | ( | Aig_Man_t * | p | ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [nwkAig.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Netlist representation.]
Synopsis [Translating of AIG into the network.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Converts AIG into the network.]
Description []
SideEffects []
SeeAlso []
Definition at line 45 of file nwkAig.c.
void Nwk_ManDeriveMinCut | ( | Gia_Man_t * | p, |
int | fVerbose | ||
) |
Function*************************************************************
Synopsis [Returns min-cut in the AIG.]
Description []
SideEffects []
SeeAlso []
Definition at line 218 of file nwkAig.c.
FUNCTION DECLARATIONS ///.
Function*************************************************************
Synopsis [Converts AIG into the network.]
Description []
SideEffects []
SeeAlso []
Definition at line 85 of file nwkAig.c.