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: fix Decoder case pattern. #14

Merged
merged 1 commit into from Mar 24, 2020

Conversation

jfng
Copy link
Member

@jfng jfng commented Mar 24, 2020

Fixes #4.

@codecov
Copy link

codecov bot commented Mar 24, 2020

Codecov Report

Merging #14 into master will increase coverage by 0.36%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master       #14      +/-   ##
===========================================
+ Coverage   99.63%   100.00%   +0.36%     
===========================================
  Files           4         4              
  Lines         552       553       +1     
  Branches      127       127              
===========================================
+ Hits          550       553       +3     
+ Misses          1         0       -1     
+ Partials        1         0       -1     
Impacted Files Coverage Δ
nmigen_soc/wishbone/bus.py 100.00% <100.00%> (+1.02%) ⬆️

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 967a65f...e1e6e51. Read the comment docs.

@whitequark whitequark merged commit 9838dcc into amaranth-lang:master Mar 24, 2020
@whitequark
Copy link
Member

Thanks!

@whitequark
Copy link
Member

By the way, this is the kind of PR where post-commit/post-merge review is sufficient. So feel free to merge them yourself.

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

Successfully merging this pull request may close these issues.

SyntaxError when wishbone.Decoder data width is equal to granularity
2 participants