Skip to content

Round robin arbitration is not properly implemented in stream_xbar.sv module #212

@mhayat-10xe

Description

@mhayat-10xe

I am currently working on the formal verification of the stream_xbar. During my analysis, I have identified an abnormality in its behavior.

In the 2nd clock cycle of the picture below, we have requests for output number 4 simultaneously. However, in the 3rd clock cycle, idx_o[4] serves input number 3, which is incorrect. It should serve input number 2 first, and then input number 3 should be served afterward. Is this a bug or a lack of understanding from my side?

Screenshot from 2024-01-30 21-13-36

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions