-
Notifications
You must be signed in to change notification settings - Fork 11
Get Operation Overview
Muhammad Hadir Khan edited this page Aug 12, 2020
·
13 revisions
This is the elaboration of the Get operation in TL-UL. The Get operation is initiated by the Host or TileLink Master and is responded by the slave with an AccessAckData.
The details got longer than expected so the Get operation is divided into their own pages depending upon a_size which indicates the bytes to be read in terms of log2(bytes) for example a_size = 0 means 2a_size = 20 = 1 byte.
It is strongly recommended to read the pages provided below in a linear order.
- Get: (a_size = 0) (Read 1 byte)
- Get: (a_size = 1) (Read 2 bytes)
- Get: (a_size = 2) (Read 4 bytes)