|
abc-master
|
Go to the source code of this file.
Functions | |
| ABC_NAMESPACE_IMPL_START Abc_Obj_t * | Abc_NodeFanin0Copy (Abc_Ntk_t *pNtk, Vec_Int_t *vCopies, Mini_Aig_t *p, int Id) |
| DECLARATIONS ///. More... | |
| Abc_Obj_t * | Abc_NodeFanin1Copy (Abc_Ntk_t *pNtk, Vec_Int_t *vCopies, Mini_Aig_t *p, int Id) |
| Abc_Ntk_t * | Abc_NtkFromMiniAig (Mini_Aig_t *p) |
| int | Abc_NodeFanin0Copy2 (Abc_Obj_t *pObj) |
| int | Abc_NodeFanin1Copy2 (Abc_Obj_t *pObj) |
| Mini_Aig_t * | Abc_NtkToMiniAig (Abc_Ntk_t *pNtk) |
| void | Abc_NtkInputMiniAig (Abc_Frame_t *pAbc, void *p) |
| void * | Abc_NtkOutputMiniAig (Abc_Frame_t *pAbc) |
| void | Abc_NtkMiniAigTest (Abc_Ntk_t *pNtk) |
| ABC_NAMESPACE_IMPL_START Abc_Obj_t* Abc_NodeFanin0Copy | ( | Abc_Ntk_t * | pNtk, |
| Vec_Int_t * | vCopies, | ||
| Mini_Aig_t * | p, | ||
| int | Id | ||
| ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [abcMini.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Network and node package.]
Synopsis [Interface to the minimalistic AIG package.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Converts the network from the AIG manager into ABC.]
Description []
SideEffects []
SeeAlso []
Definition at line 48 of file abcMini.c.
| int Abc_NodeFanin0Copy2 | ( | Abc_Obj_t * | pObj | ) |
| Abc_Obj_t* Abc_NodeFanin1Copy | ( | Abc_Ntk_t * | pNtk, |
| Vec_Int_t * | vCopies, | ||
| Mini_Aig_t * | p, | ||
| int | Id | ||
| ) |
| Abc_Ntk_t* Abc_NtkFromMiniAig | ( | Mini_Aig_t * | p | ) |
Definition at line 60 of file abcMini.c.
| void Abc_NtkInputMiniAig | ( | Abc_Frame_t * | pAbc, |
| void * | p | ||
| ) |
Function*************************************************************
Synopsis [Procedures to update internal ABC network using AIG node array.]
Description []
SideEffects []
SeeAlso []
Definition at line 159 of file abcMini.c.
| void Abc_NtkMiniAigTest | ( | Abc_Ntk_t * | pNtk | ) |
Function*************************************************************
Synopsis [Testing the above code.]
Description []
SideEffects []
SeeAlso []
Definition at line 191 of file abcMini.c.
| void* Abc_NtkOutputMiniAig | ( | Abc_Frame_t * | pAbc | ) |
| Mini_Aig_t* Abc_NtkToMiniAig | ( | Abc_Ntk_t * | pNtk | ) |
Definition at line 123 of file abcMini.c.