You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: