abc-master
|
#include "reo.h"
Go to the source code of this file.
Functions | |
static ABC_NAMESPACE_IMPL_START void | reoUnitsAddToFreeUnitList (reo_man *p) |
DECLARATIONS ///. More... | |
reo_unit * | reoUnitsGetNextUnit (reo_man *p) |
FUNCTION DEFINITIONS ///. More... | |
void | reoUnitsRecycleUnit (reo_man *p, reo_unit *pUnit) |
void | reoUnitsRecycleUnitList (reo_man *p, reo_plane *pPlane) |
void | reoUnitsStopDispenser (reo_man *p) |
void | reoUnitsAddUnitToPlane (reo_plane *pPlane, reo_unit *pUnit) |
|
static |
DECLARATIONS ///.
CFile****************************************************************
FileName [reoUnits.c]
PackageName [REO: A specialized DD reordering engine.]
Synopsis [Procedures which support internal data structures.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - October 15, 2002.]
Revision [
]
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 162 of file reoUnits.c.
Function*************************************************************
Synopsis [Adds one unit to the list of units which constitutes the plane.]
Description []
SideEffects []
SeeAlso []
Definition at line 135 of file reoUnits.c.
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Extract the next unit from the free unit list.]
Description []
SideEffects []
SeeAlso []
Definition at line 45 of file reoUnits.c.
Function*************************************************************
Synopsis [Returns the unit to the free unit list.]
Description []
SideEffects []
SeeAlso []
Definition at line 69 of file reoUnits.c.
Function*************************************************************
Synopsis [Returns the list of units to the free unit list.]
Description []
SideEffects []
SeeAlso []
Definition at line 87 of file reoUnits.c.
void reoUnitsStopDispenser | ( | reo_man * | p | ) |
Function*************************************************************
Synopsis [Stops the unit dispenser.]
Description []
SideEffects []
SeeAlso []
Definition at line 115 of file reoUnits.c.