This PR adds a CAM-based ordering mode for the cache2axi adapter.
This method issues a read/write fence if there's a pending write/read to the same block address. Requests are cached in a bsg_cam_1r1w_tag_array and are cleared after reading the last word or receiving a write response.
This PR adds a CAM-based ordering mode for the cache2axi adapter.
This method issues a read/write fence if there's a pending write/read to the same block address. Requests are cached in a
bsg_cam_1r1w_tag_array
and are cleared after reading the last word or receiving a write response.