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.

[Moved]Arbitration and round robin process

Status
Not open for further replies.

karalamoorthy_p

Newbie level 5
Joined
Jun 6, 2013
Messages
9
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,358
Hi All,

I have four slaves like a,b,c,d. Here I am giving the priority to b,Once b is completed, then which slave it will take.(c or it will take any channels other than b)

Please clarify this doubt.

Difference b/w round robin and arbitration?

Thanks
 

it depends on your scheduling algorithm
1. priority based - each task is given a priority - the highest priority task that can run runs to until completion or until a higher priority task can run
2. round robin - each task that can run runs for a given time then the next task that can run runs etc
you can have a layer system of various levels of priority with each level running a round robin scheduler
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top