riscv / sail-riscv

Sail RISC-V model
https://lists.riscv.org/g/tech-golden-model
Other
463 stars 168 forks source link

Change sign to unsign in v extension #581

Closed rez5427 closed 1 month ago

rez5427 commented 1 month ago

The address is from 40->44->4c->E0. I used print_reg to display the relevant value and found that a sign extension issue is causing the value to become negative. image

github-actions[bot] commented 1 month ago

Test Results

396 tests  ±0   396 :white_check_mark: ±0   0s :stopwatch: ±0s   4 suites ±0     0 :zzz: ±0    1 files   ±0     0 :x: ±0 

Results for commit 7b926e7c. ± Comparison against base commit b90ec788.

Timmmm commented 1 month ago

Thanks!