
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 ///. | |
| 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) |
| Mini_Aig_t * | Abc_MiniAigFromNtk (Abc_Ntk_t *pNtk) |
| void | Abc_NtkInputMiniAig (Abc_Frame_t *pAbc, void *p) |
| void * | Abc_NtkOutputMiniAig (Abc_Frame_t *pAbc) |
| void | Abc_NtkSetFlopNum (Abc_Frame_t *pAbc, int nFlops) |
| void | Abc_NtkMiniAigTest (Abc_Ntk_t *pNtk) |
| Mini_Aig_t * Abc_MiniAigFromNtk | ( | Abc_Ntk_t * | pNtk | ) |
Definition at line 147 of file abcMini.c.


| 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 | ) |
Function*************************************************************
Synopsis [Converts the network from ABC into the AIG manager.]
Description []
SideEffects []
SeeAlso []
Definition at line 115 of file abcMini.c.

| Abc_Obj_t * Abc_NodeFanin1Copy | ( | Abc_Ntk_t * | pNtk, |
| Vec_Int_t * | vCopies, | ||
| Mini_Aig_t * | p, | ||
| int | Id ) |
| int Abc_NodeFanin1Copy2 | ( | Abc_Obj_t * | pObj | ) |
| 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 175 of file abcMini.c.

| void Abc_NtkMiniAigTest | ( | Abc_Ntk_t * | pNtk | ) |
Function*************************************************************
Synopsis [Testing the above code.]
Description []
SideEffects []
SeeAlso []
Definition at line 217 of file abcMini.c.

| void * Abc_NtkOutputMiniAig | ( | Abc_Frame_t * | pAbc | ) |
Definition at line 184 of file abcMini.c.

| void Abc_NtkSetFlopNum | ( | Abc_Frame_t * | pAbc, |
| int | nFlops ) |
Definition at line 194 of file abcMini.c.

| Mini_Aig_t * Abc_NtkToMiniAig | ( | Abc_Ntk_t * | pNtk | ) |
Definition at line 123 of file abcMini.c.

