1. 01 6月, 2020 1 次提交
  2. 10 5月, 2020 3 次提交
  3. 09 5月, 2020 1 次提交
  4. 08 5月, 2020 1 次提交
  5. 24 12月, 2019 3 次提交
  6. 17 12月, 2019 2 次提交
  7. 14 12月, 2019 5 次提交
  8. 13 12月, 2019 2 次提交
  9. 11 12月, 2019 19 次提交
  10. 09 12月, 2019 3 次提交
    • Z
      test,emu: only start difftest after 0x80000000 · fc9e62a0
      Zihao Yu 提交于
      * This will skip instruction fetching from MMIO, which is hard to
        compare with NEMU.
      fc9e62a0
    • 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