NYU-Processor-Design / nyu-core

The code and tests for the RISCV-32I compatible core for the NYU Processor Design VIP team.
Creative Commons Zero v1.0 Universal
2 stars 12 forks source link

add(branch_manager.cpp, Branch_Manager.sv): Added module and test for branch manager #112

Closed ShinyMiraidon closed 9 months ago

ShinyMiraidon commented 10 months ago

Not ready to merge yet as still incomplete

codecov[bot] commented 10 months ago

Codecov Report

Merging #112 (7813b0b) into main (4cf5421) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #112   +/-   ##
=======================================
  Coverage   89.06%   89.06%           
=======================================
  Files          10       10           
  Lines         192      192           
=======================================
  Hits          171      171           
  Misses         21       21           
ShinyMiraidon commented 9 months ago

Finished module and test so ready to merge