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 Executable concept for mulitplication ALU code #1528

Closed pavelkryukov closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #1528 (ff3432a) into main (dbbb340) will increase coverage by 0.68%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1528      +/-   ##
==========================================
+ Coverage   98.98%   99.66%   +0.68%     
==========================================
  Files         140      140              
  Lines       10411    11773    +1362     
==========================================
+ Hits        10305    11734    +1429     
+ Misses        106       39      -67     
Impacted Files Coverage Δ
simulator/func_sim/operation.h 100.00% <ø> (+12.72%) :arrow_up:
simulator/mips/mips_instr.cpp 99.74% <ø> (+0.01%) :arrow_up:
simulator/risc_v/riscv_instr.cpp 100.00% <ø> (ø)
simulator/func_sim/multiplication.h 100.00% <100.00%> (+1.20%) :arrow_up:
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%> (ø)
... and 118 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 dbbb340...ff3432a. Read the comment docs.