abc-master
|
#include "reo.h"
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START reo_unit * | reoTransferNodesToUnits_rec (reo_man *p, DdNode *F) |
DECLARATIONS ///. More... | |
DdNode * | reoTransferUnitsToNodes_rec (reo_man *p, reo_unit *pUnit) |
ABC_NAMESPACE_IMPL_START reo_unit* reoTransferNodesToUnits_rec | ( | reo_man * | p, |
DdNode * | F | ||
) |
DECLARATIONS ///.
CFile****************************************************************
FileName [reoTransfer.c]
PackageName [REO: A specialized DD reordering engine.]
Synopsis [Transfering a DD from the CUDD manager into REO"s internal data structures and back.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - October 15, 2002.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Transfers the DD into the internal reordering data structure.]
Description [It is important that the hash table is lossless.]
SideEffects []
SeeAlso []
Definition at line 43 of file reoTransfer.c.
Function*************************************************************
Synopsis [Creates the DD from the internal reordering data structure.]
Description [It is important that the hash table is lossless.]
SideEffects []
SeeAlso []
Definition at line 120 of file reoTransfer.c.