#include <pipelineCycler.h>
Inheritance diagram for PipelineCycler< CycleDataType >:
Public Member Functions | |
INLINE | PipelineCycler (Pipeline *pipeline=NULL) |
INLINE | PipelineCycler (const PipelineCycler< CycleDataType > ©) |
INLINE void | operator= (const PipelineCycler< CycleDataType > ©) |
INLINE const CycleDataType * | read () const |
INLINE CycleDataType * | write () |
INLINE CycleDataType * | elevate_read (const CycleDataType *pointer) |
INLINE CycleDataType * | write_stage (int n) |
INLINE CycleDataType * | cheat () const |
Private Attributes | |
CycleDataType | _typed_data |
|
|
|
|
|
Reimplemented from PipelineCyclerBase. |
|
|
|
|
|
Reimplemented from PipelineCyclerBase. |
|
Reimplemented from PipelineCyclerBase. |
|
Reimplemented from PipelineCyclerBase. |
|
Definition at line 76 of file pipelineCycler.h. |