R
Rusty
Guest
I am going to make an arbiter in vhdl which is fair. It is supposed to
arbit 128 different masters and give them access to the bus. If more
than one master requests the bus the arbiter is supposed to give the
master that have waited the longest since last transmit, and give that
one access first.
Do any you have a nice and smart way of doing this without using too
much time on it (too many clock periods)?
Anders
Norway
arbit 128 different masters and give them access to the bus. If more
than one master requests the bus the arbiter is supposed to give the
master that have waited the longest since last transmit, and give that
one access first.
Do any you have a nice and smart way of doing this without using too
much time on it (too many clock periods)?
Anders
Norway