Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 721 Bytes

README.md

File metadata and controls

32 lines (17 loc) · 721 Bytes

Namespace PoC.bus

The namespace PoC.bus offers different bus specific modules.

Sub-Namespaces

Package

The package PoC.bus holds all component declarations for this namespace.

Entities

  • bus_Arbiter - a generic arbiter implementation with selectable port count and arbitration algorithm:
    • RR - Round Robin
    • TODO: implement other algorithms