Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
arch-gcn3,arch-vega: Select proper data on misaligned access
req1->getSize() returns the size in bytes, but because we're using it in an array index, we need to scale it by the size of the data type. This ensures we give the second request the proper data. Change-Id: I578665406762d5d0c95f2ea8297c362e1cc0620b Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/54503 Reviewed-by: Matt Sinclair <[email protected]> Maintainer: Matt Sinclair <[email protected]> Tested-by: kokoro <[email protected]> Reviewed-by: Matthew Poremba <[email protected]>
- Loading branch information