Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

VHDL Round Robin Arbiter help

Status
Not open for further replies.

tonionio

Newbie level 6
Joined
May 22, 2012
Messages
11
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,413
Dear all..

I am currently trying to build a code for a round robin arbiter in VHDL. There will be 5 input requests that the arbiter will have to arbitrate with a given rotating order. The inputs will be of binary form zero or one. So if for exaple the RRA has 01010 inputs with the right bit being the msb for the arbitration. Now as we can see the msb is '0' so if it is its turn to win the arbitration the arbiter will go to the next bit to see if it is '0' or '1'. In our case it is so it will arbitrate the second bit and then so on...

Any ideas how could I write a code for this one?

with regards
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top