Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implementation for shift left logical immediate riscv32im #2836

Merged
merged 4 commits into from
Dec 16, 2024

parse the shamt at the top level and add correct range and value check

4ba3d58
Select commit
Loading
Failed to load commit list.
Merged

implementation for shift left logical immediate riscv32im #2836

parse the shamt at the top level and add correct range and value check
4ba3d58
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Dec 11, 2024 in 0s

72.02% (-0.03%) compared to 83e423a

View this Pull Request on Codecov

72.02% (-0.03%) compared to 83e423a

Details

Codecov Report

Attention: Patch coverage is 29.41176% with 12 lines in your changes missing coverage. Please review.

Project coverage is 72.02%. Comparing base (83e423a) to head (4ba3d58).
Report is 137 commits behind head on master.

Files with missing lines Patch % Lines
o1vm/src/interpreters/riscv32im/interpreter.rs 29.41% 12 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2836      +/-   ##
==========================================
- Coverage   72.04%   72.02%   -0.03%     
==========================================
  Files         256      257       +1     
  Lines       60138    60759     +621     
==========================================
+ Hits        43329    43761     +432     
- Misses      16809    16998     +189     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.