1. f34b84e Move to new version of bazel, shift from WORKSPACE to MODULE.bazel by Tor Jeremiassen · 12 days ago main
  2. 44729ac Adds gdbserver to simulators and makes config general. by Tor Jeremiassen · 3 weeks ago
  3. 7d12fa2 Adds functionality to gdb server. by Tor Jeremiassen · 3 weeks ago
  4. a1c8c07 Updated gdbserver to handle more package types. by Tor Jeremiassen · 4 weeks ago
  5. 17e6e94 Initial commit for adding gdbserver to mpact-sim and vxc_sim by Tor Jeremiassen · 4 weeks ago
  6. dc18e39 Fix vlm and vsm to respect vl and vstart by MPACT-Sim team · 5 weeks ago
  7. f4b42c9 Fix integer overflow for widening addition by MPACT-Sim team · 6 weeks ago
  8. 7d0cc32 Fix integer overflow for widening addition by MPACT-Sim team · 6 weeks ago
  9. 9041d7e Set vector length (bytes) via CLI by MPACT-Sim team · 6 weeks ago
  10. cbdc1f5 Updated mpact-sim repo reference by Tor Jeremiassen · 7 weeks ago
  11. cb68bd4 Fix riscv vector load segment, indexed tests. by MPACT-Sim team · 7 weeks ago
  12. a54b90f No public description by MPACT-Sim team · 9 weeks ago
  13. cd69512 No public description by Tor Jeremiassen · 9 weeks ago
  14. 2b2fa93 Prevent minstret increment on exceptions by MPACT-Sim team · 3 months ago
  15. c9bf4d2 Update mtval and stval CSRs on traps by MPACT-Sim team · 3 months ago
  16. c619818 Add jump target alignment check for JAL and JALR instructions by MPACT-Sim team · 3 months ago
  17. df3dfc0 Compensate for instruction increment when writing to counter CSRs by MPACT-Sim team · 3 months ago
  18. 40f07c0 Fix destination operand for vrsub_vi. by MPACT-Sim team · 3 months ago
  19. 266943c No public description by MPACT-Sim team · 3 months ago
  20. 15cee6d No public description by Liam Miller-Cushon · 4 months ago
  21. 10dd8f1 This fixes an issue in some narrowing fp/int conversion functions where the by Tor Jeremiassen · 4 months ago
  22. 7dcd85b Fixes a possible race condition. by Tor Jeremiassen · 4 months ago
  23. 336067a This adds checks for target instruction alignment in jump and branch by Tor Jeremiassen · 4 months ago
  24. 0a106a6 Fix mpact-riscv public export by MPACT-Sim team · 5 months ago
  25. 53231db Adds an option to overwrite misa value at start of simulation. by Tor Jeremiassen · 5 months ago
  26. d5dd094 RVA23: Add Zihpm CSRs. by MPACT-Sim team · 5 months ago
  27. 8e88ee0 Adds exceptions on instruction decoding when the C bit is not set in MISA. by Tor Jeremiassen · 5 months ago
  28. 3c6634d Make *ie and *ip registers 64 bit CSRs. by Tor Jeremiassen · 6 months ago
  29. d7de5ad No public description by Tor Jeremiassen · 6 months ago
  30. ed34cf1 Account for branches when setting epc when an interrupt occurs by Tor Jeremiassen · 6 months ago
  31. e454c1b Updated repo sha by Tor Jeremiassen · 6 months ago
  32. a793073 This fixes github issuyes 11 and 12. by Tor Jeremiassen · 6 months ago
  33. cd1e9d6 No public description by Tor Jeremiassen · 7 months ago
  34. 59d15ec No public description by Tor Jeremiassen · 7 months ago
  35. 6115cfb Updated mpact-sim repo reference by Tor Jeremiassen · 7 months ago
  36. c48266c Updated repo reference due to change in mpact_sim by Tor Jeremiassen · 7 months ago
  37. 8542819 Fixes some issues with respect to breakpoints and disassembly by Tor Jeremiassen · 7 months ago
  38. bd82632 Use fully qualified names for semantic functions by MPACT-Sim team · 8 months ago
  39. 925b2e0 No public description by Tor Jeremiassen · 8 months ago
  40. aab7564 No public description by Tor Jeremiassen · 8 months ago
  41. 6f47655 Refactor mpact-riscv to split rv32g instruction set extenstions. by MPACT-Sim team · 8 months ago
  42. 9d09831 RVA23: Add CSRs associated with extension Zicntr by MPACT-Sim team · 8 months ago
  43. dd958dc No public description by Tor Jeremiassen · 8 months ago
  44. 283bfa6 Added hint instructions to decoder (simulated as nops) by Tor Jeremiassen · 8 months ago
  45. c24da0a No public description by Tor Jeremiassen · 8 months ago
  46. 92597b9 No public description by Tor Jeremiassen · 9 months ago
  47. 041dac1 No public description by MPACT-Sim team · 9 months ago
  48. 9258c55 No public description by Tor Jeremiassen · 9 months ago
  49. 6cbea19 Fixes a build problem by Tor Jeremiassen · 9 months ago
  50. 127e89f No public description by MPACT-Sim team · 9 months ago
  51. f8a5e69 No public description by Tor Jeremiassen · 10 months ago
  52. 2ef93a6 Zfh: Add encoding tests for half precision <-> 64 bit integer conversion instructions by MPACT-Sim team · 10 months ago
  53. 303c122 Zfh: Correct encoding tests. Use scalar operands in the integer conversion tests by MPACT-Sim team · 10 months ago
  54. 6d2f427 Fix rounding mode datatype in a Zfh test helper by MPACT-Sim team · 11 months ago
  55. 12b8b17 Split Zfh32 and Zfh64 isa and bin_fmt by MPACT-Sim team · 11 months ago
  56. a8b6147 zfh semantic functions: Add conversions between 64bit integers and half precision by MPACT-Sim team · 11 months ago
  57. 6d271d0 Template RiscVFPInstructionTestBase for 32bit vs 64bit scalar registers by MPACT-Sim team · 11 months ago
  58. f9d31d9 zfh: Support both XLENs for all semantic functions that touch a scalar regsiter by MPACT-Sim team · 11 months ago
  59. 97cf02d zfh: add nan boxing to fmv.h.x and properly handle 32 & 64 bit XLEN by MPACT-Sim team · 11 months ago
  60. 61ca524 zfh: fused multiply add encodings by MPACT-Sim team · 11 months ago
  61. 135262e zfh: fused multiply add semantic functions by MPACT-Sim team · 11 months ago
  62. 5b28dd7 zfh simplification by MPACT-Sim team · 11 months ago
  63. 1a0bb11 zfh encoding: sqrt, convert, compare, classify by MPACT-Sim team · 11 months ago
  64. f5b7837 zfh semantic functions: sqrt, convert, compare, classify by MPACT-Sim team · 11 months ago
  65. 39a844d zfh: fmin, fmax, fsgn binary decoder by MPACT-Sim team · 11 months ago
  66. 10bde46 zfh: fmin, fmax, fsgn semantic functions by MPACT-Sim team · 11 months ago
  67. ce3daa0 zfh binary decoder fadd fsub fmul fdiv by MPACT-Sim team · 11 months ago
  68. 7cb92f7 zfh32: add semantic functions for fadd, fsub, fmul, fdiv by MPACT-Sim team · 11 months ago
  69. b4d5379 RiscVZfh: Simplify semantic functions for fp conversions by MPACT-Sim team · 11 months ago
  70. e548b03 Add 64bit zfhmin semantic functions by MPACT-Sim team · 12 months ago
  71. 82a1386 Binary decoder for 32 bit riscv Zfhmin by MPACT-Sim team · 12 months ago
  72. 0f3cfc1 Add semantic functions for 32bit Zfhmin. by MPACT-Sim team · 12 months ago
  73. 2abe083 Internal changes to support a half precision datatype. by MPACT-Sim team · 12 months ago
  74. 7c31fe8 No public description by Tor Jeremiassen · 1 year ago
  75. da98120 No public description by Tor Jeremiassen · 1 year ago
  76. c6458ec Updated assembler to support architectures where the increment in address by Tor Jeremiassen · 1 year ago
  77. 6d92395 No public description by Tor Jeremiassen · 1 year, 1 month ago
  78. 9332eec No public description by Tor Jeremiassen · 1 year, 2 months ago
  79. eb8bff6 No public description by MPACT-Sim team · 1 year, 2 months ago
  80. 31be9a6 No public description by Tor Jeremiassen · 1 year, 2 months ago
  81. f433464 Fixed bug in previous commit when adding unimp and c.unimp instructions by Tor Jeremiassen · 1 year, 3 months ago
  82. 7502a13 No public description by Tor Jeremiassen · 1 year, 3 months ago
  83. b6f590d Adds opcodes for "unimp" and "c.unimp" unimplemented instructions. by Tor Jeremiassen · 1 year, 3 months ago
  84. b60757e Added functionality for the "get command line" semihosting command. by Tor Jeremiassen · 1 year, 3 months ago
  85. 05aaf9a No public description by Tor Jeremiassen · 1 year, 3 months ago
  86. 001472c No public description by Tor Jeremiassen · 1 year, 3 months ago
  87. f04b4f8 No public description by Tor Jeremiassen · 1 year, 3 months ago
  88. a5d931c Merge pull request #7 from akihikodaki:template by Tor Jeremiassen · 1 year, 3 months ago
  89. e580d13 No public description by Tor Jeremiassen · 1 year, 3 months ago
  90. 11806ed This makes a couple of changes to how the assembler works. by Tor Jeremiassen · 1 year, 3 months ago
  91. be8eeb7 Initial version of a RiscV64g assembler. by Tor Jeremiassen · 1 year, 3 months ago
  92. 3239366 Fix undefined shift behavior found by ASAN. by MPACT-Sim team · 1 year, 3 months ago
  93. 4cf8470 Add support for vector basic bit manipulation instructions. by MPACT-Sim team · 1 year, 3 months ago
  94. 73552c4 Fixed issue where some registers weren't given the right type. by Tor Jeremiassen · 1 year, 3 months ago
  95. ab543c3 Updated mpact-sim repo information. by Tor Jeremiassen · 1 year, 3 months ago
  96. 649d725 This adds a model for the RiscV PLIC (Platform level interrupt controller). by Tor Jeremiassen · 1 year, 4 months ago
  97. 5e27f4c This fixes an issue in vmv.s.x where the destination vector was cleared by Tor Jeremiassen · 1 year, 4 months ago
  98. db35a13 Extract template specialization out of class by Akihiko Odaki · 1 year, 3 months ago
  99. b218c55 No public description by Tor Jeremiassen · 1 year, 4 months ago
  100. 5a9c330 No public description by Tor Jeremiassen · 1 year, 4 months ago