In the AXI4-Stream protocol, the names of the signal that make up a stream are prefixed with T
: TDATA
, TVALID
, TREADY
, TLAST
, etc.
Does the T
prefix have a meaning? "Transfer" comes to mind, but that term is also used in the (non-stream) AXI4 protocol, where the signal names are not prefixed with T
.