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 mainline RISC-V opcodes #1553

Closed pavelkryukov closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #1553 (88c210f) into main (311d8f8) will decrease coverage by 0.12%. The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #1553      +/-   ##
==========================================
- Coverage   99.78%   99.65%   -0.13%     
==========================================
  Files         141      141              
  Lines       11661    11665       +4     
==========================================
- Hits        11636    11625      -11     
- Misses         25       40      +15     
Impacted Files Coverage Δ
simulator/export/cache/runner.h 60.00% <0.00%> (-40.00%) :arrow_down:
simulator/infra/uint128.h 80.00% <0.00%> (-20.00%) :arrow_down:
simulator/kernel/base_kernel.h 85.71% <0.00%> (-14.29%) :arrow_down:
simulator/modules/branch/branch.h 83.33% <0.00%> (-11.91%) :arrow_down:
simulator/infra/arena.h 90.32% <0.00%> (-9.68%) :arrow_down:
simulator/infra/config/config.h 94.11% <0.00%> (-5.89%) :arrow_down:
simulator/modules/execute/execute.h 94.44% <0.00%> (-5.56%) :arrow_down:
simulator/infra/ports/module.h 90.90% <0.00%> (-4.33%) :arrow_down:
simulator/func_sim/alu/alu_primitives.h 95.83% <0.00%> (-4.17%) :arrow_down:
simulator/kernel/replicant.h 96.96% <0.00%> (-3.04%) :arrow_down:
... and 17 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 311d8f8...88c210f. Read the comment docs.