Xilinx MicroBlaze Reference Manual page 153

Hide thumbs Also See for MicroBlaze:
Table of Contents

Advertisement

Read Operation
A read from the stream interface is performed by MicroBlaze using one of the get or getd
instructions. A read operations transfers the contents of an input AXI4 interface to a general
purpose register. The transfer is typically completed in 2 clock cycles for blocking mode
reads as long as data is available. If data is not available, the processor stalls at this
instruction until it becomes available. In the non-blocking mode (instructions with prefix n),
the transfer is completed in one or two clock cycles irrespective of whether or not data was
available. In case data was not available, the transfer of data does not take place and the
carry bit is set in the MSR.
The data get instructions (without prefix c) expect the AXI4-Stream
cleared to '0', otherwise the instructions will set MSR[FSL] to '1'. Conversely, the control get
instructions (with prefix c) expect the
will set MSR[FSL] to '1'. This can be used to check for the boundary of a packet.
MicroBlaze Processor Reference Guide
UG984 (v2018.2) June 21, 2018
Chapter 3: MicroBlaze Signal Interface Description
input to be set to '1', otherwise the instructions
TLAST
www.xilinx.com
input to be
TLAST
154
Send Feedback

Advertisement

Table of Contents
loading

Table of Contents