amaranth icon indicating copy to clipboard operation
amaranth copied to clipboard

dsl: issue a warning if defining a case after the default

Open FFY00 opened this issue 5 years ago • 1 comments

Resolves #404

Signed-off-by: Filipe Laíns [email protected]

FFY00 avatar Jul 14 '20 22:07 FFY00

Codecov Report

Merging #435 into master will decrease coverage by 0.03%. The diff coverage is 25.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #435      +/-   ##
==========================================
- Coverage   81.71%   81.68%   -0.04%     
==========================================
  Files          40       40              
  Lines        6099     6103       +4     
  Branches     1242     1244       +2     
==========================================
+ Hits         4984     4985       +1     
- Misses        934      937       +3     
  Partials      181      181              
Impacted Files Coverage Δ
nmigen/hdl/dsl.py 98.94% <25.00%> (-0.79%) :arrow_down:
nmigen/build/run.py 31.25% <0.00%> (ø)

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 d714d78...6419e61. Read the comment docs.

codecov[bot] avatar Jul 14 '20 22:07 codecov[bot]

Thank you for your contribution. I believe that #1059 will address the underlying issue.

whitequark avatar Jan 30 '24 02:01 whitequark