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 (SIGNATURE_DUMP_SFW) Failed to detect expected writes to signature region #29

Open
superbchetan opened this issue Aug 9, 2023 · 1 comment

Comments

@superbchetan
Copy link

Hi,
While executing the make clean simulate verify postverify XLEN=32 RISCV_DEVICE=Vi command I am encountering following error for work/rv32i_m/Vi/VADC-VIM-SEW16_LMUL1.*

Error (SIGNATURE_DUMP_SFW) Failed to detect expected writes to signature region

Any idea, why I am hitting this error?

Regards,
Chetan

@duncangraham-Imperas
Copy link
Contributor

This error means that although configured with a region of memory to contain the signature no writes were ever detected into this signature region i.e. this means that the test did not run as expected.
I suggest enabling tracing of the reference model (contained in the riscvOVPsimPlus) to see what happened during execution.
Turn on tracing by adding the following to the execution command line
RISCV_TARGET_FLAGS="--trace --tracechange"

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

2 participants