liangfu opened a new pull request #4442: [Chisel][VTA] Fix multiple transfer issue in LoadUop module URL: https://github.com/apache/incubator-tvm/pull/4442 This PR intends to fix an issue in the LoadUop module. Problem: When the instruction request to transfer multiple uop that is larger than a single burst length, previous implement fail to update the write mask register `wmask` accordingly. Solution: Set write mask register `wmask` to `"b11".U` when xrem is not `0.U`. @vegaluisjose @tmoreau89 Please review.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
