riscv-software-src / riscv-ctg

BSD 3-Clause "New" or "Revised" License
40 stars 51 forks source link

Added rfmt_op_comb conditions described in issue#306 of riscv-arch-test #68

Closed alitariq4589 closed 12 months ago

alitariq4589 commented 1 year ago

In this PR, I have added following conditions in label rfmt_op_comb of dataset.cgf so that they can produce appropriate tests for div-01.S. Merging this PR will solve issue#306 of riscv-arch-test

rs1 == rd != rs2 and rd != x0 rs1 == rd != rs2 and == x0 rs1 == x0 != rd rd == x0 != rs1

neelgala commented 1 year ago

@alitariq4589 please change target branch to dev branch. Please see the new CONTRIBUTION Guidelines and requirements in CHANGELOG.md as mentioned in the upstream dev branch. Once done this can be merged.

alitariq4589 commented 12 months ago

@neelgala I am closing this PR. This issue is followed up in #79