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

Move ALU to separate folder, extract shifter #1538

Closed pavelkryukov closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #1538 (a36cb52) into main (3174271) will decrease coverage by 0.00%. The diff coverage is 100.00%.

:exclamation: Current head a36cb52 differs from pull request most recent head be51852. Consider uploading reports for the commit be51852 to get more accurate results

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1538      +/-   ##
==========================================
- Coverage   99.65%   99.65%   -0.01%     
==========================================
  Files         140      141       +1     
  Lines       11745    11730      -15     
==========================================
- Hits        11705    11690      -15     
  Misses         40       40              
Impacted Files Coverage Δ
simulator/func_sim/alu/alu.h 100.00% <ø> (ø)
simulator/func_sim/alu/alu_primitives.h 95.83% <ø> (ø)
simulator/func_sim/alu/multiplication.h 100.00% <ø> (ø)
simulator/func_sim/operation.h 100.00% <ø> (ø)
simulator/func_sim/alu/shifter.h 100.00% <100.00%> (ø)
simulator/func_sim/alu/t/unit_test.cpp 100.00% <100.00%> (ø)
simulator/mips/mips_instr.cpp 99.74% <100.00%> (ø)
simulator/risc_v/riscv_instr.cpp 99.58% <100.00%> (ø)

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 3174271...be51852. Read the comment docs.