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

Add ISA concept #1526

Closed pavelkryukov closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #1526 (f76e9b9) into main (22c625d) will not change coverage. The diff coverage is 100.00%.

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

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1526   +/-   ##
=======================================
  Coverage   99.66%   99.66%           
=======================================
  Files         139      139           
  Lines       11759    11759           
=======================================
  Hits        11720    11720           
  Misses         39       39           
Impacted Files Coverage Δ
simulator/func_sim/func_sim.h 100.00% <ø> (ø)
simulator/modules/core/perf_sim.h 100.00% <ø> (ø)
simulator/modules/writeback/checker/checker.h 100.00% <ø> (ø)
simulator/modules/writeback/writeback.h 100.00% <ø> (ø)
simulator/func_sim/func_sim.cpp 100.00% <100.00%> (ø)
simulator/func_sim/instr_memory.h 96.42% <100.00%> (ø)
simulator/modules/core/perf_sim.cpp 100.00% <100.00%> (ø)
simulator/modules/writeback/checker/checker.cpp 100.00% <100.00%> (ø)
simulator/modules/writeback/writeback.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 22c625d...897f4f3. Read the comment docs.