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

Update RISC-V opcodes #1514

Closed pavelkryukov closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #1514 (05b4ebb) into main (a348e51) will increase coverage by 0.62%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1514      +/-   ##
==========================================
+ Coverage   99.05%   99.68%   +0.62%     
==========================================
  Files         139      139              
  Lines       10401    11762    +1361     
==========================================
+ Hits        10303    11725    +1422     
+ Misses         98       37      -61     
Impacted Files Coverage Δ
simulator/simulator.h 100.00% <0.00%> (ø)
simulator/infra/argv.h 100.00% <0.00%> (ø)
simulator/infra/arena.h 100.00% <0.00%> (ø)
simulator/infra/log.cpp 100.00% <0.00%> (ø)
simulator/infra/types.h 100.00% <0.00%> (ø)
simulator/simulator.cpp 100.00% <0.00%> (ø)
simulator/kernel/kernel.h 100.00% <0.00%> (ø)
simulator/memory/memory.h 100.00% <0.00%> (ø)
simulator/func_sim/rf/rf.h 100.00% <0.00%> (ø)
simulator/infra/target.cpp 100.00% <0.00%> (ø)
... and 113 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 a348e51...05b4ebb. Read the comment docs.