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

Use Register concept #1519

Closed pavelkryukov closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #1519 (0f10cd3) into main (7d3b64e) will decrease coverage by 2.78%. The diff coverage is n/a.

:exclamation: Current head 0f10cd3 differs from pull request most recent head 04b76e5. Consider uploading reports for the commit 04b76e5 to get more accurate results

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1519      +/-   ##
==========================================
- Coverage   99.67%   96.89%   -2.79%     
==========================================
  Files         139      139              
  Lines       11762     9819    -1943     
==========================================
- Hits        11724     9514    -2210     
- Misses         38      305     +267     
Impacted Files Coverage Δ
simulator/func_sim/rf/rf.h 96.66% <ø> (-3.34%) :arrow_down:
simulator/mips/mips_register/mips_register.h 0.00% <ø> (-100.00%) :arrow_down:
simulator/infra/endian.h 0.00% <0.00%> (-100.00%) :arrow_down:
simulator/infra/target.h 0.00% <0.00%> (-100.00%) :arrow_down:
simulator/kernel/kernel.h 0.00% <0.00%> (-100.00%) :arrow_down:
simulator/memory/memory.h 0.00% <0.00%> (-100.00%) :arrow_down:
simulator/infra/exception.h 0.00% <0.00%> (-100.00%) :arrow_down:
simulator/mips/mips_instr.h 0.00% <0.00%> (-100.00%) :arrow_down:
simulator/func_sim/operation.h 0.00% <0.00%> (-100.00%) :arrow_down:
simulator/infra/ports/timing.h 0.00% <0.00%> (-100.00%) :arrow_down:
... and 120 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 7d3b64e...04b76e5. Read the comment docs.