Re: Round Robin Arbiter
Hi,
Round Robin method is selection of Processor in priority method.
Like if u have one master device and 3 slave device, now this master device is wants to communicate with slave device (like RAM).
for this condition we will use round robin method (like 3 slaves names are A,B,C)
If Master memory bus is connected with Slave B means afterthat the priority is given to C only afterthat only A can select like viceversa.
This is the simple concept for the beginer...