MIPT-ILab / mipt-mips

Cycle-accurate pre-silicon simulator of RISC-V and MIPS CPUs
http://mipt-ilab.github.io/mipt-mips/
MIT License
338 stars 138 forks source link

Add Integer, Signed, and Unsigned concepts #1520

Closed pavelkryukov closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #1520 (8d6d022) into main (3a1716a) will decrease coverage by 0.64%. The diff coverage is 95.00%.

:exclamation: Current head 8d6d022 differs from pull request most recent head e6cf654. Consider uploading reports for the commit e6cf654 to get more accurate results

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1520      +/-   ##
==========================================
- Coverage   99.68%   99.03%   -0.65%     
==========================================
  Files         139      139              
  Lines       11760    10402    -1358     
==========================================
- Hits        11723    10302    -1421     
- Misses         37      100      +63     
Impacted Files Coverage Δ
simulator/func_sim/alu_primitives.h 85.29% <85.71%> (-13.46%) :arrow_down:
simulator/func_sim/alu.h 94.08% <100.00%> (-5.92%) :arrow_down:
simulator/func_sim/multiplication.h 98.79% <100.00%> (-0.05%) :arrow_down:
simulator/func_sim/operation.h 85.10% <100.00%> (-14.90%) :arrow_down:
simulator/func_sim/t/unit_test.cpp 100.00% <100.00%> (ø)
simulator/infra/cache/cache_tag_array.cpp 100.00% <100.00%> (ø)
simulator/infra/ports/timing.h 100.00% <100.00%> (ø)
simulator/infra/types.h 100.00% <100.00%> (ø)
simulator/kernel/mars/mars_kernel.cpp 100.00% <100.00%> (ø)
simulator/modules/core/t/unit_test.cpp 100.00% <100.00%> (ø)
... and 123 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 3a1716a...e6cf654. Read the comment docs.