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 implementation of a network arbiter

Status
Not open for further replies.

ann_ren

Junior Member level 1
Joined
Oct 18, 2010
Messages
16
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,375
hi everyone.... i am doin a project on cdma transceiver of NoC.

can some one tel me what exactly should be the functionality of the network arbiter?
basically Network Arbiter”
takes charge of informing the requested receiver node to
prepare the proper spreading code for decoding and sending a
grant signal back to the sender node.

can some one help me to figure out how exactly should i code it using vhdl.....
 

hi...

arbiter is one which grants command to a group of devises.
if there multiple devises which are need in for a single thing then we can use arbiter with any priority or any other conditions there to grant permittee.

procedure:

> at a clk edge find a request and grant control to it.
> unless the control is released any request should not be accepted.
>when the control is released then other requests should be considered other than the previous one.
>if no request is present then the control should be at default state.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top