-
Notifications
You must be signed in to change notification settings - Fork 51
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
Generate fld, fsd, fsw, flw tests report error #46
Comments
can you run Also please share the exact command with arguments that leads to the above errors. |
The |
Thanks. When I updated ctg to the latest version, I saw that arch test. h has been updated. The problem of TEST_ STORT_ F has also been solved, But use the command:
|
The warning is inconsequential for the tests at this moment due to the nature of the coverpoints. Complete coverage can be achieved even though the domain for the solver is set to |
Hello,
when I use riscv-ctg to generate tests, there is a problem that fld,fsd,fsw,flw cannot generate tests. The specific error log is 'TEST_ STORE_ F 'and' TEST_ LOAD_F' Missing a parameter .
for example:
error:macro "TEST_STORE_F" pass 12 arguments, but takes just 11.
What additional parameters are required for this error, thanks!
And, when I try to generate RV64i_ B During the test, bclr,bclri,bext,binv,binvi,bset,bseti will report an error: xlenlim is not defined.
clz, clzw, cpop,cpopw....will report an error: object of type 'int' has no len()
Do you have any of these problems?Looking forward to answering, thanks!
The text was updated successfully, but these errors were encountered: