We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Assume a system with one master and two slaves.A master in the ADDRESS phase with slave 1, and receives HREADY low than it, in the meantime it sends a new request to slave 2, in the regular case in AHB-LITE slave 2 will not respond to the request because HREADY is low (it is selected from HREADYOUT).
I want to build a system that will force the slaves to respond to the new request (and also the master) even if the master receives a low HREADY and the DATA is still not successful, the master will continue to the next request (and so will the slaves). i have 2 hready on the bus one for data one for address and they are influenced by each other, like this:
thanks Colin!