-
Notifications
You must be signed in to change notification settings - Fork 204
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
Error in CTG commands for generating floating point riscv-tests #459
Comments
shouldn't this be filed in the riscfv-ctg repo instead of arch-test?
…On Wed, Apr 24, 2024 at 10:00 AM Shreesh Kulkarni ***@***.***> wrote:
The command to generate floating point assembly tests in the
fadd.d_b1-01.S file
https://github.com/riscv-non-isa/riscv-arch-test/blob/main/riscv-test-suite/rv32i_m/D/src/fadd.d_b1-01.S
does not work when invoked in the riscv-ctg repository via the
corresponding cgf file
https://github.com/riscv-software-src/riscv-ctg/blob/master/sample_cgfs/sample_cgfs_fext/RV32D/fadd.d.cgf
.
The command in the comment is missing some arguments(--base-isa) which had
to be passed along with --flen instead of --xlen.
Even after passing the arguments as requested by riscv-ctg, the following
error pops up :
image.png (view on web)
<https://github.com/riscv-non-isa/riscv-arch-test/assets/78203773/e043c78f-777d-403e-ba3e-56e0df6786cd>
—
Reply to this email directly, view it on GitHub
<#459>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHPXVJVMT6SPKZGG5WI62S3Y67QJPAVCNFSM6AAAAABGXJT7DSVHI2DSMVQWIX3LMV43ASLTON2WKOZSGI3DCNZWGI2TMMI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
I thought of posting it here as the command was explicitly stated in one of
the files in this repo. But I shall raise the issue in the riscv-ctg repo
as requested.
…On Thu, Apr 25, 2024, 10:56 Allen Baum ***@***.***> wrote:
shouldn't this be filed in the riscfv-ctg repo instead of arch-test?
On Wed, Apr 24, 2024 at 10:00 AM Shreesh Kulkarni ***@***.***>
wrote:
> The command to generate floating point assembly tests in the
> fadd.d_b1-01.S file
>
https://github.com/riscv-non-isa/riscv-arch-test/blob/main/riscv-test-suite/rv32i_m/D/src/fadd.d_b1-01.S
> does not work when invoked in the riscv-ctg repository via the
> corresponding cgf file
>
https://github.com/riscv-software-src/riscv-ctg/blob/master/sample_cgfs/sample_cgfs_fext/RV32D/fadd.d.cgf
> .
>
> The command in the comment is missing some arguments(--base-isa) which
had
> to be passed along with --flen instead of --xlen.
> Even after passing the arguments as requested by riscv-ctg, the
following
> error pops up :
>
> image.png (view on web)
> <
https://github.com/riscv-non-isa/riscv-arch-test/assets/78203773/e043c78f-777d-403e-ba3e-56e0df6786cd>
>
> —
> Reply to this email directly, view it on GitHub
> <#459>, or
> unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/AHPXVJVMT6SPKZGG5WI62S3Y67QJPAVCNFSM6AAAAABGXJT7DSVHI2DSMVQWIX3LMV43ASLTON2WKOZSGI3DCNZWGI2TMMI>
> .
> You are receiving this because you are subscribed to this thread.Message
> ID: ***@***.***>
>
—
Reply to this email directly, view it on GitHub
<#459 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASUUW7JBXLLGZMOPJW322ATY7CHYTAVCNFSM6AAAAABGXJT7DSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANZWGM4TENRWHE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
See also #400 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The command to generate floating point assembly tests in the fadd.d_b1-01.S filehttps://github.com/riscv-non-isa/riscv-arch-test/blob/main/riscv-test-suite/rv32i_m/D/src/fadd.d_b1-01.S does not work when invoked in the riscv-ctg repository via the corresponding cgf file https://github.com/riscv-software-src/riscv-ctg/blob/master/sample_cgfs/sample_cgfs_fext/RV32D/fadd.d.cgf.
The command in the comment is missing some arguments(--base-isa) which had to be passed along with --flen instead of --xlen.
Even after passing the arguments as requested by riscv-ctg, the following error pops up :
The text was updated successfully, but these errors were encountered: