Seadog
Occasional Contributor
3 years agoRead pipelining in AXI-4 interfaces
This question is in regards to AXI-4 slave interfaces, in particular the AXI-4 interface on the HBM2 memory controller (S10 MX devices).
AXI-4 specifically supports out-of-order responses to read commands, provided that the ID values for the commands are not the same. This implies some level of read command pipelining (acceptance of multiple read commands before returning the associated read data).
Is there a limit on the number of pipelined read commands the HBM2 controller will accept (with or without the same ID value)? Is there a similar limitation/capability for write commands?
Thanks.