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 11 forks source link

added ALU module and test #1

Closed ShinyMiraidon closed 1 year ago

ShinyMiraidon commented 1 year ago

Added both Alu.sv and alu.cpp. Confirmed the ALU is functional using the test

rishyak commented 1 year ago

@nickelpro @ShinyMiraidon

CodeCov fixed, ready to merge, and close

codecov[bot] commented 1 year ago

Codecov Report

Merging #1 (e42a49c) into main (6a0d73e) will increase coverage by 100.00%. The diff coverage is 100.00%.

@@             Coverage Diff             @@
##           main        #1        +/-   ##
===========================================
+ Coverage      0   100.00%   +100.00%     
===========================================
  Files         0         1         +1     
  Lines         0        20        +20     
===========================================
+ Hits          0        20        +20     
Impacted Files Coverage Δ
rtl/Alu.sv 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

nickelpro commented 1 year ago

+100% coverage pog