1. 22 1月, 2022 10 次提交
  2. 20 1月, 2022 5 次提交
  3. 18 1月, 2022 5 次提交
  4. 17 1月, 2022 3 次提交
  5. 16 1月, 2022 1 次提交
    • L
      Use 256-bit aligned Get and PutPartial for Debug Module System Bus Access (#1426) · 5602d374
      Li Qianruo 提交于
      Rocket's Debug Module uses unaligned Get and Put to access physical memory. However, our non-inclusive L3 does not have very good support for non-aligned Puts and Gets, so here 256-bit aligned PutPartial and Get is used.
      Currently on every request, only 1 byte of data is stored using mask, and only one byte of loaded data is used, because otherwise it would require a lot more modification to Rocket's code.
      Note that this feature is currently only usable with DefaultConfig.
      5602d374
  6. 15 1月, 2022 1 次提交
  7. 14 1月, 2022 5 次提交
  8. 13 1月, 2022 4 次提交
  9. 12 1月, 2022 2 次提交
  10. 11 1月, 2022 1 次提交
  11. 10 1月, 2022 1 次提交
  12. 09 1月, 2022 2 次提交