abc-master
|
Go to the source code of this file.
Function*************************************************************
Synopsis [Transforms one node into a FRAIG in the trust mode.]
Description []
SideEffects []
SeeAlso []
Definition at line 601 of file abcFraig.c.
|
static |
Function*************************************************************
Synopsis [Transforms into AIG one node.]
Description []
SideEffects []
SeeAlso []
Definition at line 316 of file abcFraig.c.
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Interfaces the network with the FRAIG package.]
Description []
SideEffects []
SeeAlso []
Definition at line 58 of file abcFraig.c.
|
static |
Function*************************************************************
Synopsis [Changes mapping of the old nodes into FRAIG nodes using EXDC.]
Description []
SideEffects []
SeeAlso []
Definition at line 212 of file abcFraig.c.
Abc_Ntk_t* Abc_NtkFraigRestore | ( | ) |
Function*************************************************************
Synopsis [Interfaces the network with the FRAIG package.]
Description []
SideEffects []
SeeAlso []
Definition at line 694 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 784 of file abcFraig.c.
void Abc_NtkFraigStoreClean | ( | ) |
Function*************************************************************
Synopsis [Interfaces the network with the FRAIG package.]
Description []
SideEffects []
SeeAlso []
Definition at line 762 of file abcFraig.c.
Function*************************************************************
Synopsis [Interfaces the network with the FRAIG package.]
Description []
SideEffects []
SeeAlso []
Definition at line 485 of file abcFraig.c.
|
static |
Function*************************************************************
Synopsis [Checks whether the node can be processed in the trust mode.]
Description []
SideEffects []
SeeAlso []
Definition at line 531 of file abcFraig.c.
Function*************************************************************
Synopsis [Interfaces the network with the FRAIG package.]
Description []
SideEffects []
SeeAlso []
Definition at line 559 of file abcFraig.c.
Abc_Ntk_t * Abc_NtkFromFraig | ( | Fraig_Man_t * | pMan, |
Abc_Ntk_t * | pNtk | ||
) |
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.
|
static |
Function*************************************************************
Synopsis [Transforms FRAIG into strashed network without choices.]
Description []
SideEffects []
SeeAlso []
Definition at line 379 of file abcFraig.c.
|
static |
Function*************************************************************
Synopsis [Transforms into AIG one node.]
Description []
SideEffects []
SeeAlso []
Definition at line 448 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.
Fraig_Node_t * Abc_NtkToFraigExdc | ( | Fraig_Man_t * | pMan, |
Abc_Ntk_t * | pNtkMain, | ||
Abc_Ntk_t * | pNtkExdc | ||
) |
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.