pymtl / pymtl3

Pymtl 3 (Mamba), an open-source Python-based hardware generation, simulation, and verification framework
BSD 3-Clause "New" or "Revised" License
388 stars 46 forks source link

Fix Bits #157

Closed jsn1993 closed 4 years ago

jsn1993 commented 4 years ago

This PR addressed

codecov[bot] commented 4 years ago

Codecov Report

Merging #157 into master will decrease coverage by 0.81%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #157      +/-   ##
==========================================
- Coverage   90.42%   89.61%   -0.82%     
==========================================
  Files         277      283       +6     
  Lines       23745    24887    +1142     
==========================================
+ Hits        21472    22302     +830     
- Misses       2273     2585     +312     
Impacted Files Coverage Δ
pymtl3/passes/mamba/PassGroups.py 80.39% <0.00%> (-19.61%) :arrow_down:
pymtl3/stdlib/fl/MemoryFL.py 96.22% <0.00%> (-1.34%) :arrow_down:
pymtl3/passes/sim/DynamicSchedulePass.py 96.99% <0.00%> (-0.03%) :arrow_down:
pymtl3/datatypes/bits_import.py 100.00% <0.00%> (ø)
pymtl3/stdlib/connects/__init__.py 100.00% <0.00%> (ø)
pymtl3/utils/fast_bytearray_funcs.py 100.00% <0.00%> (ø)
pymtl3/stdlib/connects/connect_bits2bitstruct.py 93.75% <0.00%> (ø)
pymtl3/utils/__init__.py 100.00% <0.00%> (ø)
pymtl3/passes/mamba/Mamba2020Pass.py 6.73% <0.00%> (ø)
...tl3/stdlib/connects/connect_bits2bitstruct_test.py 100.00% <0.00%> (ø)
... and 12 more

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 b0d82da...7333233. Read the comment docs.