1. 04 6月, 2021 1 次提交
  2. 19 4月, 2021 1 次提交
    • J
      Refactor parameters, SimTop and difftest (#753) · 2225d46e
      Jiawei Lin 提交于
      * difftest: use DPI-C to refactor difftest
      
      In this commit, difftest is refactored with DPI-C calls.
      There're a few reasons:
      (1) From Verilator's manual, DPI-C calls should be more efficient than accessing from dut_ptr.
      (2) DPI-C is cross-platform (Verilator, VCS, ...)
      (3) difftest APIs are splited from emu.cpp to possibly support more backend platforms
      (NEMU, Spike, ...)
      
      The performance at this commit is quite slower than the original emu.
      Performance issues will be fixed later.
      
      * [WIP] SimTop: try to use 'XSTop' as soc
      
      * CircularQueuePtr: ues F-bounded polymorphis instead implict helper
      
      * Refactor parameters & Clean up code
      
      * difftest: support basic difftest
      
      * Support diffetst in new sim top
      
      * Difftest; convert recode fmt to ieee754 when comparing fp regs
      
      * Difftest: pass sign-ext pc to dpic functions && fix exception pc
      
      * Debug: add int/exc inst wb to debug queue
      
      * Difftest: pass sign-ext pc to dpic functions && fix exception pc
      
      * Difftest: fix naive commit num limit
      Co-authored-by: NYinan Xu <xuyinan1997@gmail.com>
      Co-authored-by: NWilliam Wang <zeweiwang@outlook.com>
      2225d46e
  3. 05 4月, 2021 1 次提交
  4. 25 3月, 2021 1 次提交
    • A
      Refactor XSPerf, now we have three XSPerf Functions. · 408a32b7
      Allen 提交于
      XSPerfAccumulate: sum up performance values.
      XSPerfHistogram: count the occurrence of performance values, split them
      into bins, so that we can estimate their distribution.
      XSPerfMax: get max of performance values.
      408a32b7
  5. 08 3月, 2021 1 次提交
  6. 25 1月, 2021 1 次提交
  7. 21 1月, 2021 1 次提交
  8. 31 12月, 2020 1 次提交
  9. 21 12月, 2020 1 次提交
  10. 14 12月, 2020 1 次提交
  11. 13 12月, 2020 1 次提交
  12. 12 12月, 2020 2 次提交
  13. 09 12月, 2020 1 次提交
  14. 30 11月, 2020 1 次提交
  15. 29 11月, 2020 1 次提交
  16. 24 11月, 2020 1 次提交
  17. 23 11月, 2020 1 次提交
  18. 27 9月, 2020 1 次提交
  19. 05 9月, 2020 1 次提交
  20. 29 7月, 2020 1 次提交
  21. 19 7月, 2020 1 次提交
  22. 17 7月, 2020 1 次提交
  23. 16 7月, 2020 1 次提交
  24. 14 7月, 2020 1 次提交
  25. 04 7月, 2020 1 次提交
  26. 30 6月, 2020 1 次提交
  27. 27 6月, 2020 1 次提交
  28. 26 6月, 2020 1 次提交
  29. 22 6月, 2020 3 次提交