riscv-software-src / riscv-ctg

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

Add support for Zilsd and Zcmlsd extension #117

Open lavanyajagan opened 2 months ago

lavanyajagan commented 2 months ago

Description

Adding Support for Zilsd and Zcmlsd Extensions presented here:

Related Issues

The related PRs

Update to/for Ratified/Unratified Extensions or to framework

List Extensions

The unratified spec document: https://github.com/riscv/riscv-zilsd/blob/main/zilsd.adoc

Reference Model Used

Mandatory Checklist:

UmerShahidengr commented 1 month ago

@lavanyajagan have you generated the ACTs based on these macros? If yes, then can you please provide those ACTs for review. Since this is unratified, and alot of work is pending for approval, it will be difficult to recreate the whole environment at my side and review this work. ACTs will be easier to review.

lavanyajagan commented 1 month ago

ARCH test PR:

I will check with James to remove the "Draft". Could we provide a docker environment of the whole setup for you to re-run at your end?

UmerShahidengr commented 1 month ago

@lavanyajagan I have found the tests in riscv-arch-tests (PR#467), for some reason, you have declared the tests in a draft PR. When will you release it for official review? It seems like the draft email will keep your other ones in the queue.

lavanyajagan commented 1 month ago

The arch-test PR is updated. Also merge conflicts are resolved in this PR. Kindly review