You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: