1. 21 11月, 2020 1 次提交
  2. 20 11月, 2020 1 次提交
  3. 18 9月, 2020 1 次提交
  4. 16 9月, 2020 2 次提交
    • A
      DCache: parameterize dcache. · 4948f48a
      Allen 提交于
      Now DCache has several configurable parameters:
      1. nSets
      2. nWays
      3. blockByte(size block in bytes)
      4. rowBits(basic storage unit of cache, the width of a signal sram bank)
      5. wordBits(inner cpu bus width) = DataBits = XLEN = 64
      6. beatBits(outer tilelink bus width) = l1BusDataWidth = 256
      
      Now, we require beatBits >= rowBits >= wordBits.
      4948f48a
    • A
      MetaArray: fixed debug output format string. · 7e212389
      Allen 提交于
      7e212389
  5. 10 9月, 2020 1 次提交
  6. 04 9月, 2020 1 次提交
  7. 19 8月, 2020 1 次提交
  8. 17 8月, 2020 2 次提交
  9. 16 8月, 2020 1 次提交
  10. 13 8月, 2020 1 次提交
    • A
      Uncache: turn uncache's simple state machine · c3c4b683
      Allen 提交于
      to a fully functional IOMSHR.
      Now, it should support multiple outstanding IO requests.
      There still exists one problem: will IO tilelink share path with memory
      tilelink? If so, their transaction id will collide.
      c3c4b683
  11. 12 8月, 2020 3 次提交
  12. 11 8月, 2020 2 次提交
  13. 10 8月, 2020 3 次提交
  14. 06 8月, 2020 2 次提交
  15. 04 8月, 2020 1 次提交
  16. 31 7月, 2020 1 次提交
  17. 30 7月, 2020 3 次提交
  18. 29 7月, 2020 2 次提交
  19. 28 7月, 2020 3 次提交
  20. 27 7月, 2020 1 次提交
  21. 26 7月, 2020 1 次提交
  22. 25 7月, 2020 1 次提交
  23. 24 7月, 2020 2 次提交
  24. 21 7月, 2020 1 次提交
  25. 20 7月, 2020 1 次提交
  26. 19 7月, 2020 1 次提交