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

Remove more `template<typename T>` boilerplate #1525

Closed pavelkryukov closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #1525 (f920f68) into main (78e208a) will decrease coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1525      +/-   ##
==========================================
- Coverage   99.67%   99.67%   -0.01%     
==========================================
  Files         139      139              
  Lines       11764    11762       -2     
==========================================
- Hits        11726    11724       -2     
  Misses         38       38              
Impacted Files Coverage Δ
simulator/infra/t/unit_test.cpp 100.00% <ø> (ø)
simulator/infra/types.h 100.00% <ø> (ø)
simulator/memory/memory.cpp 100.00% <ø> (ø)
simulator/func_sim/alu.h 100.00% <100.00%> (ø)
simulator/func_sim/alu_primitives.h 97.50% <100.00%> (ø)
simulator/func_sim/multiplication.h 98.86% <100.00%> (ø)
simulator/func_sim/operation.h 100.00% <100.00%> (ø)
simulator/infra/endian.h 100.00% <100.00%> (ø)
simulator/infra/macro.h 100.00% <100.00%> (ø)
simulator/memory/memory.h 100.00% <100.00%> (ø)
... 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 78e208a...f920f68. Read the comment docs.