arbitration

package
v4.0.0-alpha.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 3, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Overview

Package arbitration provides implementations for different arbitation algorithms.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Arbiter

type Arbiter interface {
	// Add a buffer for arbitration
	AddBuffer(buf sim.Buffer)

	// Arbitrate returns a set of ports that can send request in the next cycle.
	Arbitrate() []sim.Buffer
}

Arbiter can determine which buffer can send a message out

func NewXBarArbiter

func NewXBarArbiter() Arbiter

NewXBarArbiter creates a new XBar arbiter.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL