You copied the Doc URL to your clipboard.
Transfer size support
ACP supports the following read-request transfer size and length combinations:
64-byte INCR request characterized by:
- ARLEN is
, 4 beats.0x03
- ARADDR aligned to 64-byte boundary, so ARADDR[5:0] is
0b00 0000
. - ARSIZE and ARBURST assume
values of
0b100
and INCR respectively.
- ARLEN is
16-byte INCR request characterized by:
- ARLEN is
, 1 beat.0x00
- ARADDR aligned to 16-byte boundary, so ARADDR[3:0] is
.0x0
- ARLEN is
ACP supports the following write-request transfer size and length combinations:
64-byte INCR request characterized by:
- AWLEN is
, 4 beats.0x03
- AWADDR aligned to 64-byte boundary, so AWADDR[5:0] is
0b00 0000
. - AWSIZE and AWBURST assume
values of
0b100
and INCR respectively. - WSTRB for all beats must be the same and either all asserted or all deasserted.
- AWLEN is
16-byte INCR request characterized by:
- AWLEN is
, 1 beat.0x00
- AWADDR aligned to 16-byte boundary, so AWADDR[3:0] is
.0x0
- AWSIZE and AWBURST assume
values of
0b100
and INCR respectively. - WSTRB can take any value.
- AWLEN is
Requests not meeting these restrictions cause a SLVERR response on RRESP or BRESP.