abc-master
|
#include "fraigInt.h"
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START void | Fraig_NodeAddFaninFanout (Fraig_Node_t *pFanin, Fraig_Node_t *pFanout) |
DECLARATIONS ///. More... | |
void | Fraig_NodeRemoveFaninFanout (Fraig_Node_t *pFanin, Fraig_Node_t *pFanoutToRemove) |
void | Fraig_NodeTransferFanout (Fraig_Node_t *pNodeFrom, Fraig_Node_t *pNodeTo) |
int | Fraig_NodeGetFanoutNum (Fraig_Node_t *pNode) |
ABC_NAMESPACE_IMPL_START void Fraig_NodeAddFaninFanout | ( | Fraig_Node_t * | pFanin, |
Fraig_Node_t * | pFanout | ||
) |
DECLARATIONS ///.
CFile****************************************************************
FileName [fraigFanout.c]
PackageName [FRAIG: Functionally reduced AND-INV graphs.]
Synopsis [Procedures to manipulate fanouts of the FRAIG nodes.]
Author [Alan Mishchenko alanm] i@ee cs.be rkel ey.ed u
Affiliation [UC Berkeley]
Date [Ver. 2.0. Started - October 1, 2004]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Add the fanout to the node.]
Description []
SideEffects []
SeeAlso []
Definition at line 45 of file fraigFanout.c.
int Fraig_NodeGetFanoutNum | ( | Fraig_Node_t * | pNode | ) |
Function*************************************************************
Synopsis [Returns the number of fanouts of a node.]
Description []
SideEffects []
SeeAlso []
Definition at line 164 of file fraigFanout.c.
void Fraig_NodeRemoveFaninFanout | ( | Fraig_Node_t * | pFanin, |
Fraig_Node_t * | pFanoutToRemove | ||
) |
Function*************************************************************
Synopsis [Add the fanout to the node.]
Description []
SideEffects []
SeeAlso []
Definition at line 101 of file fraigFanout.c.
void Fraig_NodeTransferFanout | ( | Fraig_Node_t * | pNodeFrom, |
Fraig_Node_t * | pNodeTo | ||
) |
Function*************************************************************
Synopsis [Transfers fanout to a different node.]
Description [Assumes that the other node currently has no fanouts.]
SideEffects []
SeeAlso []
Definition at line 130 of file fraigFanout.c.