Skip to content
This repository was archived by the owner on Oct 20, 2025. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

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