AXI4 icon indicating copy to clipboard operation
AXI4 copied to clipboard

BID and RID checking

Open roestock opened this issue 2 years ago • 1 comments

I have an AXI4 manager accessing my subordinate, but it doesn't check the response ID so all tests pass, even though the subordinate always returns a response ID of 0 and I explicitly set the AWID or ARID to non-zero (eg 1) using eg SetAxi4Options(Axi4MemRec, AWID, id);

Is this a deficiency, or is there a known way to enable response ID checking?

As a work-around in my test I have done an asynchronous read/write address and checked the response id before going on to complete the access.

roestock avatar Apr 04 '23 13:04 roestock

There is no checking for IDs yet. Releasing 2023.04 shortly. Checking can be added later. Alternately you can do a pull request. The checking would be done in the same fashion as the the BResp.

JimLewis avatar Apr 04 '23 18:04 JimLewis