aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-02-21Add r1s != r2s check for cm.mvsa01Weiwei Li1-0/+1
2023-02-21Update fields name for sreg1/sreg2Weiwei Li4-10/+10
2023-02-21Add support for 'zce' in isa stringWeiwei Li1-0/+7
2023-02-20Merge pull request #1256 from scottj97/host_pte_paddrScott Johnson1-6/+6
2023-02-20Rename host_pte_paddr to host_pte_addrScott Johnson1-6/+6
2023-02-17Merge pull request #1254 from WadeGao/fix/unintentional_plic_context_updateAndrew Waterman1-3/+4
2023-02-18fix unintentionally plic context update when `val > max_prio` and `offset == ...Wade1-3/+4
2023-02-15Merge pull request #1250 from plctlab/plct-misa-fixAndrew Waterman1-0/+4
2023-02-15Disable Zvfh when Zfhmin is disabledWeiwei Li1-1/+1
2023-02-15Disable Zvfh{min} when misa.V is clearedWeiwei Li1-0/+2
2023-02-15Disable Zfh{min} when misa.F is clearedWeiwei Li1-0/+2
2023-02-14Merge pull request #1249 from scottj97/fix-dmodeScott Johnson1-7/+7
2023-02-13Do not ignore tdata1 writes unless they really would set dmode=1Scott Johnson1-4/+4
2023-02-13Defer init of type/tdata2/tdata3 until neededScott Johnson1-3/+3
2023-02-07Merge pull request #1245 from riscv-software-src/misa-c-writableAndrew Waterman4-8/+41
2023-02-07Merge pull request #1244 from riscv-software-src/dtb-omitAndrew Waterman4-12/+14
2023-02-06Support dynamically disabling misa.C once againAndrew Waterman1-2/+15
2023-02-06Make JVT CSR definition account for dynamically disabling ZcmtAndrew Waterman2-1/+4
2023-02-06Add infrastructure to dynamically disable multi-letter extensionsWeiwei Li3-5/+22
2023-02-06Avoid magic number in dts generation's default pmpgranularityJerry Zhao1-1/+1
2023-02-06Skip all dts/dtb-related steps if !dtb_enabledJerry Zhao1-0/+4
2023-02-06Use sv57 paging for rv64 configurationsJerry Zhao1-1/+1
2023-02-06Set cfg-provided processor_t.pmp_num before parsing the dtbJerry Zhao1-1/+1
2023-02-06Don't reset sim_t if there is no dts for get_dtsJerry Zhao1-1/+1
2023-02-06Pass dtb_file directly to make_dtbJerry Zhao2-8/+6
2023-02-06Merge pull request #1247 from neelgala/fix-p-spec-issueAndrew Waterman1-2/+0
2023-02-06PKBB32, PKTT32 removed (Replaced by PACK and PACKU of Zbp respectively)Neel Gala1-2/+0
2023-02-05Merge pull request #1243 from riscv-software-src/customext-fixesJerry Zhao9-9/+26
2023-02-04Use relative path for fesvr/byteorder.h in mmu.hJerry Zhao1-1/+1
2023-02-04Remove decode_macros.h from disasm.hJerry Zhao6-1/+7
2023-02-04Add disasm/extension/rocc.h to installed headersJerry Zhao1-0/+3
2023-02-04Remove dependency on decode_macros in rocc.hJerry Zhao1-6/+9
2023-02-04Fix insn_desc_t formation on push_custom_insnJerry Zhao1-1/+6
2023-02-02Merge pull request #1242 from riscv-software-src/publichtifAndrew Waterman1-3/+3
2023-02-02Make htif->get_to/fromhost_addr methods publicJerry Zhao1-3/+3
2023-01-31Merge pull request #1241 from riscv-software-src/zicondAndrew Waterman6-2/+93
2023-01-31Zicond: implement Zicond (conditional integer operations)Philipp Tomsich5-0/+12
2023-01-31Update encoding.h for Zicond opcodesAndrew Waterman1-2/+81
2023-01-30Merge pull request #1220 from YenHaoChen/pr-icountScott Johnson6-10/+130
2023-01-30triggers: optimize icount_t::icount_check_needed()YenHaoChen1-1/+1
2023-01-30triggers: update README.md: add icount triggerYenHaoChen1-1/+1
2023-01-30triggers: add detect_icount_match()YenHaoChen3-6/+65
2023-01-30triggers: force to slow path with icount triggersYenHaoChen4-2/+9
2023-01-30triggers: add icount_t and update tinfoYenHaoChen2-0/+52
2023-01-30triggers: if match triggers with both breakpoint exception and entering D-mod...YenHaoChen1-6/+8
2023-01-30triggers: refactor: use CSR_TDATA1_TYPE_MCONTROL6 instead of number 6YenHaoChen1-1/+1
2023-01-27Merge pull request #1240 from adurbin-rivos/svaduAndrew Waterman11-15/+17
2023-01-27Remove dirty_enabled from cfg_tAaron Durbin5-8/+0
2023-01-27Remove --mmu-dirty command line flagAaron Durbin1-2/+0
2023-01-27Use Svadu control bits to drive A/D updatesAaron Durbin1-2/+4