-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
In the Axi4 specs, section A3.3.1 "Dependencies between channel handshake signals" states that:
The slave must wait for both
ARVALIDandARREADYto be asserted before it assertsRVALIDto indicate that valid data is available.
So to verify the above statement, I wrote an assertion that states:
r_valid must not assert before ar_ready and ar_valid.
Here is the counter-example of the assertion violation, in the 5th cycle r_valid is asserted before ar_ready which is wrong.

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels