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

catch reassignment #180

Closed jsn1993 closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #180 into master will increase coverage by 0.00%. The diff coverage is 94.11%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #180   +/-   ##
=======================================
  Coverage   88.97%   88.98%           
=======================================
  Files         291      291           
  Lines       25408    25446   +38     
=======================================
+ Hits        22607    22643   +36     
- Misses       2801     2803    +2     
Impacted Files Coverage Δ
pymtl3/stdlib/ifcs/GetGiveIfc.py 65.55% <ø> (-0.38%) :arrow_down:
pymtl3/stdlib/ifcs/SendRecvIfc.py 85.18% <ø> (-0.14%) :arrow_down:
pymtl3/dsl/test/NamedObject_test.py 97.05% <92.59%> (-1.11%) :arrow_down:
pymtl3/dsl/NamedObject.py 95.39% <94.44%> (-0.20%) :arrow_down:
pymtl3/dsl/Component.py 82.18% <100.00%> (+0.07%) :arrow_up:
pymtl3/dsl/errors.py 93.65% <100.00%> (+0.10%) :arrow_up:
pymtl3/stdlib/rtl/registers.py 92.10% <100.00%> (-0.40%) :arrow_down:
pymtl3/dsl/Connectable.py 83.73% <0.00%> (+0.27%) :arrow_up:

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 54d1cea...51c2978. Read the comment docs.