In AXI protocol we have write response at the end of write transactions.
Whereas in read transaction we are providing response in each beat of transfer why is so?
Can we provide the read response at the end of the transaction same as write response?
The reason why we do not have a separate response channel for read data is the read data always originate from the information producer. This producer already knows if the read request from the consumer produced ok/not-ok response as soon as it receives the read request. visit official site
View all questions in SoC Design forum