The namespace PoC.bus
offers different bus specific modules.
PoC.bus.stream
- Modules for the PoC.Stream bus.PoC.bus.wb
- Modules for the WISHBONE bus.
The package PoC.bus
holds all component declarations for this namespace.
bus_Arbiter
- a generic arbiter implementation with selectable port count and arbitration algorithm:- RR - Round Robin
- TODO: implement other algorithms