MIPT-ILab / mipt-mips

Cycle-accurate pre-silicon simulator of RISC-V and MIPS CPUs
http://mipt-ilab.github.io/mipt-mips/
MIT License
341 stars 139 forks source link

Add Executable concept #1527

Closed pavelkryukov closed 2 years ago

pavelkryukov commented 2 years ago

Remove template<typename T> boilerplate from ALU

codecov[bot] commented 2 years ago

Codecov Report

Merging #1527 (02d49f7) into main (6de9447) will decrease coverage by 0.00%. The diff coverage is 98.75%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1527      +/-   ##
==========================================
- Coverage   99.66%   99.66%   -0.01%     
==========================================
  Files         139      140       +1     
  Lines       11759    11783      +24     
==========================================
+ Hits        11720    11743      +23     
- Misses         39       40       +1     
Impacted Files Coverage Δ
simulator/mips/mips_instr.h 100.00% <ø> (ø)
simulator/risc_v/riscv_instr.h 93.75% <ø> (ø)
simulator/infra/uint128.h 80.00% <80.00%> (ø)
simulator/func_sim/alu_primitives.h 97.43% <83.33%> (-0.07%) :arrow_down:
simulator/func_sim/alu.h 100.00% <100.00%> (ø)
simulator/func_sim/operation.h 100.00% <100.00%> (ø)
simulator/infra/types.h 100.00% <100.00%> (ø)
simulator/mips/mips_instr.cpp 99.74% <100.00%> (ø)
simulator/risc_v/riscv_instr.cpp 100.00% <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 6de9447...02d49f7. Read the comment docs.