aboutsummaryrefslogtreecommitdiff
path: root/model/core
AgeCommit message (Expand)AuthorFilesLines
15 hoursAdd configuration option for reserved mtvec[MODE] values (#1533)tongjiacheng2-6/+15
4 daysMove interrupt state to its own file (#1565)Tim Hutt2-190/+193
2026-02-08Remove some unused string mappings. (#1538)Prashanth Mundkur1-31/+2
2026-02-04Add unratified Zvabd extension (#1478)Tinyueng1-0/+7
2026-02-04Add LCOFI interrupt missed in Sscofpmf. (#1520)Prashanth Mundkur2-15/+35
2026-02-01Add the Zibi extension. (#1507)2026-02-02-e7e6e07tongjiacheng1-0/+4
2026-01-31Add configuration option to handle reserved dynamic rounding modes. (#1491)tongjiacheng1-0/+12
2026-01-30Ensure physical memory access checks are not bypassed for failing store-condi...Prashanth Mundkur1-0/+6
2026-01-24Add configuration option for reserved behavior: odd number register for RV32Z...2026-01-26-89935a8tongjiacheng1-0/+12
2026-01-19Remove N extension InterruptType values (#1492)KotorinMinami1-9/+9
2026-01-18Refactor the memory access type. (#1405)Prashanth Mundkur3-20/+70
2026-01-16Add Ssqosid extension (#379)Ved Shanbhogue1-0/+6
2026-01-16Add hypervisor helper to check if privilege level is virtual mode (#1482)Nadime Barhoumi1-2/+6
2026-01-15Add Hypervisor exception causes (#1480)Nadime Barhoumi2-3/+22
2026-01-15Use `bits(1)` and `0b0`/`0b1` consistently in place of `bit` and `bitone`/`bi...Jordan Carlin5-22/+22
2026-01-14Add Hypervisor interrupt causes (#1481)Nadime Barhoumi2-29/+33
2026-01-14Add configuration option for reserved behavior xenvcfg.CBIE = 0b10 (#1447)tongjiacheng2-2/+23
2026-01-14Rename the `ext_access_type` type to `mem_payload`. (#1479)Prashanth Mundkur3-12/+20
2026-01-14Add support for Smstateen and Ssstateen extensions (#910)Nadime Barhoumi2-3/+22
2026-01-08Centralize memory-access-to-fault conversions. (#1475)2026-01-12-397a7e8Prashanth Mundkur1-0/+23
2026-01-08Add configuration option for reserved behavior `pmpcfg with r=0, w=1` (#1422)tongjiacheng1-7/+16
2026-01-07Use a consistent name for variables of MemoryAccessType. (#1474)Prashanth Mundkur3-5/+5
2025-12-28Add reserved_behavior.amocas_odd_registers config (#1403)tongjiacheng1-0/+17
2025-12-21Use private keyword in virtual memory code (#1310)Alasdair Armstrong3-24/+26
2025-12-17Add Zdinx to configuration and validate Zfinx-related dependencies (#1431)Nadime Barhoumi1-1/+1
2025-12-16Fix location of the `hartSupports_measure` function. (#1429)Prashanth Mundkur1-19/+23
2025-12-08Scatter termination.sail (#1376)Valentin Robert2-3/+84
2025-12-08Simplify read/write kinds (#1262)Tim Hutt1-4/+10
2025-12-05Use C++ Sail output (#1274)Tim Hutt3-79/+79
2025-11-28Fix unused variable warnings. (#1409)Prashanth Mundkur6-16/+16
2025-11-26Add support for Sstvala. (#1397)Prashanth Mundkur3-3/+33
2025-11-25Factor out a `prelude` module. (#1406)Prashanth Mundkur6-354/+0
2025-11-18Split config_print_platform into finer grained options (#1366)KotorinMinami1-2/+10
2025-11-17Slight refactor of address translation and PTE checks to ease implementing Zi...Prashanth Mundkur1-5/+6
2025-11-14Greatly simplify the code for reading & writing vector registers/masks (#1213)Tim Hutt1-17/+12
2025-11-12Add profile-defined extension Ssu64xl. (#1387)Prashanth Mundkur2-0/+7
2025-11-12Support a configurable reservation set size. (#1386)Prashanth Mundkur2-0/+49
2025-11-07Add Sstvecd to supported extensions. (#1377)Prashanth Mundkur2-0/+8
2025-11-07Implement a more accurate access type for CSR accesses. (#1369)Prashanth Mundkur3-2/+6
2025-11-06Rename the AccessType for memory to be more explicit. (#1368)Prashanth Mundkur3-13/+13
2025-10-30Unify the handling logic for scalar and vector multiplication. (#1299)KotorinMinami2-0/+21
2025-10-28Add more state change callbacks (#1354)Tim Hutt2-3/+29
2025-10-21Add gating for vector instructions. (#1170)Wenyu Huang1-1/+1
2025-10-18Add Zic64b extension (#1351)Jordan Carlin1-0/+5
2025-10-18Simplify vector_support_level (#1348)KotorinMinami2-15/+17
2025-10-18Improve float classify code (#1288)Tim Hutt2-0/+58
2025-10-15Improve trap_handler with TrapCause union (#1338)Mingzhu Yan1-1/+52
2025-10-15Update Sail compiler to 0.20 (#1341)Jordan Carlin2-10/+7
2025-10-13Add support for Zvfbfwma extension (#1185)Nadime Barhoumi1-0/+5
2025-10-09Add support for Zvfbfmin extension (#1184)Nadime Barhoumi1-1/+8