Skip to content

Latest commit

 

History

History

bus

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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