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

Error in CTG commands for generating floating point riscv-tests #459

Open
Shreesh-Kulkarni opened this issue Apr 24, 2024 · 4 comments
Open

Comments

@Shreesh-Kulkarni
Copy link

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 :

image

@allenjbaum
Copy link
Collaborator

allenjbaum commented Apr 25, 2024 via email

@Shreesh-Kulkarni
Copy link
Author

Shreesh-Kulkarni commented Apr 25, 2024 via email

@davidharrishmc
Copy link
Contributor

@davidharrishmc
Copy link
Contributor

See also #400

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants