Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.01 KB

bus_Arbiter.rst

File metadata and controls

41 lines (26 loc) · 1.01 KB

PoC.bus.Arbiter

html

GitHub Links

  • Sourcecode <bus/bus_Arbiter.vhdl>
  • Testbench <bus/bus_Arbiter_tb.vhdl>

This module implements a generic arbiter. It currently supports the following arbitration strategies:

  • Round Robin (RR)

Entity Declaration:

../../../src/bus/bus_Arbiter.vhdl

latex

Source file: bus/bus_Arbiter.vhdl <bus/bus_Arbiter.vhdl>