You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2019/11/28 01:47:47 UTC

[GitHub] [incubator-tvm] liangfu opened a new pull request #4442: [Chisel][VTA] Fix multiple transfer issue in LoadUop module

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:
users@infra.apache.org


With regards,
Apache Git Services