
Go to the source code of this file.
Functions | |
| ABC_NAMESPACE_IMPL_START void | Abc_ConvertHopToGia_rec1 (Gia_Man_t *p, Hop_Obj_t *pObj) |
| DECLARATIONS ///. | |
| void | Abc_ConvertHopToGia_rec2 (Hop_Obj_t *pObj) |
| int | Abc_ConvertHopToGia (Gia_Man_t *p, Hop_Obj_t *pRoot) |
| void | Abc_NtkAigToGiaOne (Gia_Man_t *p, Abc_Ntk_t *pNtk, Vec_Int_t *vMap) |
| Gia_Man_t * | Abc_NtkAigToGiaTwo (Abc_Ntk_t *pNtk1, Abc_Ntk_t *pNtk2, int fByName) |
| Vec_Int_t * | Abc_NtkCollectEquivClasses (Abc_Ntk_t *pNtks[2], Gia_Man_t *pGia) |
| void | Abc_NtkDumpEquivFile (char *pFileName, Vec_Int_t *vClasses, Abc_Ntk_t *pNtks[2]) |
| void | Abc_NtkDumpEquiv (Abc_Ntk_t *pNtks[2], char *pFileName, int nConfs, int fByName, int fVerbose) |
Definition at line 68 of file abcDress3.c.


| ABC_NAMESPACE_IMPL_START void Abc_ConvertHopToGia_rec1 | ( | Gia_Man_t * | p, |
| Hop_Obj_t * | pObj ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [abcDress3.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Network and node package.]
Synopsis [Transfers names from one netlist to the other.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
] FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Converts AIG from HOP to GIA.]
Description []
SideEffects []
SeeAlso []
Definition at line 47 of file abcDress3.c.


| void Abc_ConvertHopToGia_rec2 | ( | Hop_Obj_t * | pObj | ) |
Definition at line 58 of file abcDress3.c.


Function*************************************************************
Synopsis [Add logic from pNtk to the AIG manager p.]
Description []
SideEffects []
SeeAlso []
Definition at line 89 of file abcDress3.c.


Definition at line 120 of file abcDress3.c.


Definition at line 213 of file abcDress3.c.

| void Abc_NtkDumpEquiv | ( | Abc_Ntk_t * | pNtks[2], |
| char * | pFileName, | ||
| int | nConfs, | ||
| int | fByName, | ||
| int | fVerbose ) |
Function*************************************************************
Synopsis [Compute and dump equivalent name classes.]
Description []
SideEffects []
SeeAlso []
Definition at line 289 of file abcDress3.c.

Function*************************************************************
Synopsis [Write the output file.]
Description []
SideEffects []
SeeAlso []
Definition at line 258 of file abcDress3.c.

