1. 07 8月, 2020 1 次提交
  2. 06 8月, 2020 1 次提交
  3. 31 7月, 2020 1 次提交
  4. 30 7月, 2020 4 次提交
    • A
      Let DCache pipeline pass meta down. · 846c5699
      Allen 提交于
      Added some debug logs.
      846c5699
    • A
      Fixed the UInt width problems in TileLink.scala. · 123bb4bc
      Allen 提交于
      These problems are made when migrating from chisel2 to chisel3.
      In chisel2, we use UInt(value, width) to define a fixed width UInt.
      In chisel3, it should be value.U(width.W).
      But in TileLink.scala, I turned them into value.U(width),
      which means take the width bit of value.U!!!
      
      So, be careful when you are copy-pasting code from rocketchip or boom.
      123bb4bc
    • A
      Fixed refill counter in mshrs. · 3f1effb1
      Allen 提交于
      Now mshrs can end transaction and go to replay.
      3f1effb1
    • A
      XSDebug.exec is still buggy. · 929ad546
      Allen 提交于
      It still behaves unexpectedly.
      So temporarily disable it for now.
      929ad546
  5. 29 7月, 2020 4 次提交
  6. 28 7月, 2020 1 次提交
  7. 26 7月, 2020 1 次提交
  8. 25 7月, 2020 1 次提交
  9. 24 7月, 2020 3 次提交
  10. 12 7月, 2020 2 次提交
  11. 11 7月, 2020 8 次提交
  12. 10 7月, 2020 6 次提交
  13. 09 7月, 2020 5 次提交
  14. 08 7月, 2020 2 次提交