Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wishbone.bus: add Arbiter. #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

wishbone.bus: add Arbiter. #3

wants to merge 1 commit into from

Conversation

jfng
Copy link
Contributor

@jfng jfng commented Jan 22, 2020

This arbiter should be compatible with all the optional features of wishbone.Interface.

The round-robin implementation could perhaps be moved to nmigen.lib and imported back here, but that would make nmigen-soc depend on a later revision than nmigen v0.1.

@codecov
Copy link

codecov bot commented Jan 22, 2020

Codecov Report

Merging #3 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master     #3   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           4      4           
  Lines         415    474   +59     
  Branches       91    111   +20     
=====================================
+ Hits          415    474   +59
Impacted Files Coverage Δ
nmigen_soc/wishbone/bus.py 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3195de9...87281d1. Read the comment docs.

@jfng
Copy link
Contributor Author

jfng commented Jan 22, 2020

Corrected a typo in the docstring.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant