SplitterV1

TODO

SplitterV1 objects in C++ are referenced by the following shared pointer typedef:

typedef std::shared_ptr<rogue::protocols::batcher::SplitterV1> rogue::protocols::batcher::SplitterV1Ptr

The SplitterV1 class description is shown below:

class SplitterV1 : public rogue::interfaces::stream::Master, public rogue::interfaces::stream::Slave

AXI Stream FIFO.

Public Functions

SplitterV1()

Creator.

~SplitterV1()

Deconstructor.

virtual void acceptFrame(std::shared_ptr<rogue::interfaces::stream::Frame> frame)

Accept a frame from master.

Public Static Functions

static std::shared_ptr<rogue::protocols::batcher::SplitterV1> create()

Class creation.

static void setup_python()

Setup class in python.