jessebarreto / NetworkOnChip

Development of a Network on Chip Simulation using SystemC.
31 stars 12 forks source link

Develop Arbiter Algorithm #2

Open jessebarreto opened 7 years ago

jessebarreto commented 7 years ago

Arbiter Algorithm

The Router has to have an arbiter algorithm which is capable of decide which flit has to be sent first given a conflict.

Possibilities are: RR (Round Robin) and FCFS (First Come First Serve) [Preferable]