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

fcvt.s.d instruction not working with SSR #116

Closed
gioelegott opened this issue Mar 13, 2024 · 2 comments
Closed

fcvt.s.d instruction not working with SSR #116

gioelegott opened this issue Mar 13, 2024 · 2 comments

Comments

@gioelegott
Copy link

Conversion from double to single precision (fcvt.s.d) isn't working when used in combination with ssr. It hangs indefinitely on verilator but works on banshee.
This small test demonstrates the issue.
test_fcvt.zip

@and-ivanov
Copy link
Contributor

This seems to be more difficult to reproduce in the latest version (11d0534). Simulation is hanging only sometimes (may require multiple reruns) when built with multithreaded support

VLT_FLAGS='--threads 16' VLT_COBJ=work-vlt/vlt/verilated_threads.o VLT_CFLAGS=-DVL_THREADED \
    make -C target/snitch_cluster bin/snitch_cluster.vlt

@colluca
Copy link
Collaborator

colluca commented Aug 1, 2024

This seems to be solved by #158.

@colluca colluca closed this as completed Aug 1, 2024
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