-
Notifications
You must be signed in to change notification settings - Fork 184
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
Testfloat on Verilator not progressing #707
Comments
Now invokes with Still hangs at |
After cleaning up some lint issues, wsim --tb testbench_fp --sim verilator rv32gc add fails with
The reason is that readvectors is triggered (@VectorNum) before Unit, Fmt, OpCtrl) have their correct values, so the wrong vector is read. In contrast, Questa receives
|
Made some progress with commit 459eaae |
Defer this to an enhancement. Modify wsim to produce errors on testbench_fp when run in a sim other than Questa. |
I started writing sim-testfloat-verilator. It now compiles but seems to hang in the first test.
harris@chips:
/cvw/sim$ ./sim-testfloat-verilator/cvw/sim$ time obj_dir/Vtestbenchfpharris@chips:
Running ui32_to_f128_rne.tv vectors
...(no progress)
The text was updated successfully, but these errors were encountered: