1. 02 7月, 2022 1 次提交
  2. 25 6月, 2022 1 次提交
    • L
      amtest: add an beu test · b87c52d2
      lixin 提交于
      * Test the workflow of bus error unit when an ecc error occurs
      b87c52d2
  3. 23 6月, 2022 2 次提交
  4. 19 6月, 2022 1 次提交
    • W
      tests: enhance DMA test · 006a3446
      wangkaifan 提交于
      * Now the following four testcases can be covered:
      * Dma_master send write to cpu_dma, and hit the l3, so no transaction to real ddr
      * Dma_master send write to cpu_dma, and miss the l3, so there will i_soc.mem port write real ddr
      * Dma_master send read to cpu_dma, and hit the l3, so no transaction to real ddr
      * Dma_master send read to cpu_dma, and miss the l3, so there will i_soc.mem port read read ddr
      006a3446
  5. 16 6月, 2022 1 次提交
  6. 15 6月, 2022 2 次提交
  7. 12 6月, 2022 1 次提交
  8. 06 6月, 2022 3 次提交
  9. 05 6月, 2022 1 次提交
  10. 04 6月, 2022 1 次提交
  11. 15 5月, 2022 1 次提交
  12. 14 5月, 2022 4 次提交
  13. 12 5月, 2022 4 次提交
  14. 09 5月, 2022 1 次提交
  15. 07 5月, 2022 1 次提交
  16. 06 5月, 2022 2 次提交
  17. 05 5月, 2022 2 次提交
  18. 04 5月, 2022 8 次提交
  19. 03 5月, 2022 2 次提交
    • W
      tests: update test addr space for southlake · 9260072c
      William Wang 提交于
      9260072c
    • W
      arch: update southlake cpuss peripheral address · c58c5b51
      William Wang 提交于
      CPUSS Peripheral, 0x1f_0000_0000, 0x1f_0fff_ffff
      
      Detailed address map:
      
      device, address_begin, address_end
      CLINT, 0x1f_0000_0000, 0x1f_0000_ffff
      BEU, 0x1f_0001_0000, 0x1f_0001_ffff
      Debug Module, 0x1f_0002_0000, 0x1f_0002_0fff
      MMPMA, 0x1f_0003_0000, 0x1f_0003_0fff
      L3CacheCtrl, 0x1f_0004_0000, 0x1f_0004_1fff
      reserved
      PLIC, 0x1f_0c00_0000, 0x1f_0fff_ffff
      
      Address map in tests to be updated
      c58c5b51
  20. 02 5月, 2022 1 次提交