1. 13 6月, 2020 1 次提交
  2. 05 6月, 2020 1 次提交
  3. 01 6月, 2020 1 次提交
  4. 10 5月, 2020 3 次提交
  5. 09 5月, 2020 1 次提交
  6. 08 5月, 2020 1 次提交
  7. 24 12月, 2019 3 次提交
  8. 17 12月, 2019 1 次提交
  9. 14 12月, 2019 5 次提交
  10. 11 12月, 2019 12 次提交
  11. 09 12月, 2019 3 次提交
    • Z
      device,AXI4Flash: fix 64-bit instruction fetch · bfa9f4f2
      Zihao Yu 提交于
      * IFU will send 64-bit fetch requests. Originally flash will only
        response with rdata = 0x00000000????????. For instrucitons aligned at
        4-byte address, IDU will select 0x00000000 as the target instruction.
      * To fix this, we let flash reponse with 2 copies.
      * Note that RVC instruction stream like 0xccbbbbbbbbaa in flash can not
        be handled correctly. The current solution only support non-RVC code
        in flash.
      bfa9f4f2
    • Z
      noop,EXU: mark fetching from MMIO · a74cd4ef
      Zihao Yu 提交于
      * NOTE: if we fetch and execute a store instruction from MMIO, currently
        DiffTest can not handle this situation.
      a74cd4ef
    • Z
      device: add flash to jump to dram · b4cc98d2
      Zihao Yu 提交于
      b4cc98d2
  12. 29 11月, 2019 4 次提交
  13. 26 11月, 2019 1 次提交
  14. 25 11月, 2019 2 次提交
  15. 24 11月, 2019 1 次提交