Open akalboussi opened 8 months ago
Reset is asserted before before 1st clock cycle leading to weird transition on the AXI agent side. I believe clock and reset is not well configured.
This issue happens intermittently (randomization problem?) The most recent occurrences were in Thales-Invia CI last night on commit https://github.com/openhwgroup/cva6/commit/40218ca146232b1165a4ddc953cbad4edff6c440.
This may have to do with changes in the agent introduced by the CVV bump.
Example failure logs are attached in file artifacts_AXI_reset_failure.zip
Is there an existing CVA6 bug for this?
Bug Description
Description
I have executed a series of commands to run tests on the CVA6 repository. Despite the tests passing successfully, upon inspecting the logs (
Verif/sim/output_XX/vcs-gate-sim/lw.cv32a60x.log.iss
), I discovered that the tests have actually failed.Steps to Reproduce
Issue
Upon examining the logs, the following summary indicates that the simulation failed:
Further investigation into the error reveals:
And specifically, the cause of the error is reported as:
Despite the simulations appearing to pass, the logs reveal errors indicating a failure, particularly due to an AXI4_RESET violation in the CVA6 repository. If anyone has insights into the root cause of this discrepancy or suggestions for resolution, your input would be greatly appreciated.