Arbiter schemes?

D

Davy

Guest
Hi all,

I am reading OVL example
(http://www.eda.org/ovl/pages/main_examples.html) and confused with 4
arbitration schemes:
Fixed priority; Round Robin: simple, look-ahead-1,look-ahead-16?

Is there any book or reference talk about arbiter schemes?

Thanks!
Davy
 
On Sun, 13 Aug 2006, Davy wrote:

"I am [..]
confused with 4
arbitration schemes:
Fixed priority;"

The one with the highest priority wins. Simple.

" Round Robin: simple, look-ahead-1,look-ahead-16?

Is there any book or reference talk about arbiter schemes?"

Almost any introductory or comprehensive book dealing with concurrency
(e.g. books on multithreading or on operating systems or maybe books on
networking) will contain a mention of fixed priority and round-robin
scheduling.
 
Colin Paul Gloster wrote:
On Sun, 13 Aug 2006, Davy wrote:

"I am [..]
confused with 4
arbitration schemes:
Fixed priority;"

The one with the highest priority wins. Simple.

" Round Robin: simple, look-ahead-1,look-ahead-16?

Is there any book or reference talk about arbiter schemes?"

Almost any introductory or comprehensive book dealing with concurrency
(e.g. books on multithreading or on operating systems or maybe books on
networking) will contain a mention of fixed priority and round-robin
scheduling.
[snip]
Hi,

Can you recommend a good book about look-ahead arbiter?

Thanks!
Davy
 
Davy wrote:

Can you recommend a good book about look-ahead arbiter?
No, but here's a paper on the other topics:

http://www.siliconlogic.com/pdf/Arbiters_MattWeber_SLE.pdf

-- Mike Treseler
 

Welcome to EDABoard.com

Sponsor

Back
Top