
Go to the source code of this file.
Functions | |
| ABC_NAMESPACE_IMPL_START Abc_Ntk_t * | Abc_NtkFromFraig (Fraig_Man_t *pMan, Abc_Ntk_t *pNtk) |
| DECLARATIONS ///. | |
| Fraig_Node_t * | Abc_NtkToFraigExdc (Fraig_Man_t *pMan, Abc_Ntk_t *pNtkMain, Abc_Ntk_t *pNtkExdc) |
| Abc_Ntk_t * | Abc_NtkFraig (Abc_Ntk_t *pNtk, void *pParams, int fAllNodes, int fExdc) |
| FUNCTION DEFINITIONS ///. | |
| void * | Abc_NtkToFraig (Abc_Ntk_t *pNtk, void *pParams, int fAllNodes, int fExdc) |
| Abc_Ntk_t * | Abc_NtkFraigTrust (Abc_Ntk_t *pNtk) |
| int | Abc_NtkFraigStore (Abc_Ntk_t *pNtkAdd) |
| Abc_Ntk_t * | Abc_NtkFraigRestore (int nPatsRand, int nPatsDyna, int nBTLimit) |
| void | Abc_NtkFraigStoreClean () |
| void | Abc_NtkFraigStoreCheck (Abc_Ntk_t *pFraig) |
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Interfaces the network with the FRAIG package.]
Description []
SideEffects []
SeeAlso []
Definition at line 58 of file abcFraig.c.


| Abc_Ntk_t * Abc_NtkFraigRestore | ( | int | nPatsRand, |
| int | nPatsDyna, | ||
| int | nBTLimit ) |
Function*************************************************************
Synopsis [Interfaces the network with the FRAIG package.]
Description []
SideEffects []
SeeAlso []
Definition at line 698 of file abcFraig.c.

| int Abc_NtkFraigStore | ( | Abc_Ntk_t * | pNtkAdd | ) |
Function*************************************************************
Synopsis [Interfaces the network with the FRAIG package.]
Description []
SideEffects []
SeeAlso []
Definition at line 654 of file abcFraig.c.

| void Abc_NtkFraigStoreCheck | ( | Abc_Ntk_t * | pFraig | ) |
Function*************************************************************
Synopsis [Checks the correctness of stored networks.]
Description []
SideEffects []
SeeAlso []
Definition at line 788 of file abcFraig.c.

| void Abc_NtkFraigStoreClean | ( | ) |
Function*************************************************************
Synopsis [Interfaces the network with the FRAIG package.]
Description []
SideEffects []
SeeAlso []
Definition at line 766 of file abcFraig.c.


Function*************************************************************
Synopsis [Interfaces the network with the FRAIG package.]
Description []
SideEffects []
SeeAlso []
Definition at line 485 of file abcFraig.c.

|
extern |
DECLARATIONS ///.
CFile****************************************************************
FileName [abcFraig.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Network and node package.]
Synopsis [Procedures interfacing with the FRAIG package.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]
Function*************************************************************
Synopsis [Transforms FRAIG into strashed network with choices.]
Description []
SideEffects []
SeeAlso []
Definition at line 279 of file abcFraig.c.


| void * Abc_NtkToFraig | ( | Abc_Ntk_t * | pNtk, |
| void * | pParams, | ||
| int | fAllNodes, | ||
| int | fExdc ) |
Function*************************************************************
Synopsis [Transforms the strashed network into FRAIG.]
Description []
SideEffects []
SeeAlso []
Definition at line 103 of file abcFraig.c.


|
extern |
Function*************************************************************
Synopsis [Derives EXDC node for the given network.]
Description [Assumes that EXDCs of all POs are the same. Returns the EXDC of the first PO.]
SideEffects []
SeeAlso []
Definition at line 164 of file abcFraig.c.
