Skip to content

r_valid asserted before ar_ready #29

@mhayat-10xe

Description

@mhayat-10xe

In the Axi4 specs, section A3.3.1 "Dependencies between channel handshake signals" states that:

The slave must wait for both ARVALID and ARREADY to be asserted before it asserts RVALID to 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.
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions