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

Fix GCC12 build #1555

Closed pavelkryukov closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #1555 (1e0344a) into main (0a6882f) will increase coverage by 0.06%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main    #1555      +/-   ##
==========================================
+ Coverage   99.65%   99.72%   +0.06%     
==========================================
  Files         141      141              
  Lines       11665    11671       +6     
==========================================
+ Hits        11625    11639      +14     
+ Misses         40       32       -8     
Impacted Files Coverage Δ
simulator/memory/plain_memory.cpp 100.00% <ø> (ø)
simulator/infra/cache/cache_tag_array.cpp 100.00% <100.00%> (ø)
simulator/simulator.h 89.47% <0.00%> (-10.53%) :arrow_down:
simulator/risc_v/riscv_instr.h 93.75% <0.00%> (-0.37%) :arrow_down:
simulator/infra/endian.h 100.00% <0.00%> (ø)
simulator/func_sim/rf/rf.h 100.00% <0.00%> (ø)
simulator/modules/decode/bypass/data_bypass.h 100.00% <0.00%> (ø)
simulator/infra/ports/ports.h 95.50% <0.00%> (+2.24%) :arrow_up:
simulator/infra/ports/port_queue/port_queue.h 100.00% <0.00%> (+2.32%) :arrow_up:
... and 3 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 0a6882f...1e0344a. Read the comment docs.