Instant SoC Class Library
3.1
|
AXI4 Stream master. More...
Public Member Functions | |
FC_IO_StreamMaster (U32 width, int fifo_depth=1) | |
U32 | Status () |
int | NumReady () |
Number of that can be written to this stream. | |
void | Write (const U32 d) |
AXI4 Stream master.
Adds to interface:
<name>_Data : out std_logic_vector(width-1 downto 0)
<name>_Valid : out std_logic
<name>_Ready : in std_logic
where <name> is c++ object name.
Any number of instances are allowed.