2208 Commits (c4a5f54094fc925f96b93f3d24b20f79de1dc5fd)
 

Author SHA1 Message Date
YenHaoChen c4a5f54094 add isa string parser for smepmp 4 years ago
Andrew Waterman 0ad0d9733b
Merge pull request #1035 from plctlab/plct-smstateen-dev 4 years ago
YenHaoChen d920cdeeb4
Allow writes to pmp(i-1)cfg on locked pmp(i)cfg (#1039) 4 years ago
Weiwei Li 8fbeaab916 update README.md 4 years ago
Weiwei Li 10fefa1542 add smstateen check for fcsr, senvcfg, henvcfg 4 years ago
Weiwei Li 11dacaedc4 add standalone class for fcsr and senvcfg csr 4 years ago
Weiwei Li 2bf74857f0 add support for csrs of smstateen extensions 4 years ago
Weiwei Li 9b66f89b81 modify mstatush_csr_t to general rv32_high_csr_t 4 years ago
Weiwei Li 45b9b9c294 add isa string parser for smstateen 4 years ago
Weiwei Li daa9ca539a update encoding.h 4 years ago
Weiwei Li 2aedbdd019 remove multi blank lines 4 years ago
Andrew Waterman ac466a21df
Merge pull request #1027 from riscv-software-src/fix-1022 4 years ago
Andrew Waterman 7d943d740a Don't mask instruction bits 4 years ago
Andrew Waterman d2020b3256 Zero-extend instructions in spike-dasm 4 years ago
Andrew Waterman 898c0dd6a0 Zero-extend instructions when fetching them from memory 4 years ago
Andrew Waterman fea4a75d37 insn_t: don't rely on sign-extension of internal encoding 4 years ago
liweiwei90 656fa5acf6
update disasm for cbo.* instructions (#1026) 4 years ago
Andrew Waterman caf5a420ef
Remove nonstandard length encoding (#1023) 4 years ago
Andrew Waterman 901fedb22c Merge branch 'kwalker27-wfi-cleanup' 4 years ago
Kip Walker 7e9da99668 Remove the now-unused PC_SERIALIZE_WFI 4 years ago
Andrew Waterman 68b3eb9bf1
Fix RV32 hgatp write mask computation (#1014) 4 years ago
Tim Newsome a0298a33e7
Move ebreak* logic from take_trap into instructions. (#1006) 4 years ago
Andrew Waterman 32eeb5a2b2
Merge pull request #1003 from vogelpi/include-headers 4 years ago
Pirmin Vogel a59c44eb46 Include recently added headers in riscv/riscv.mk.in 4 years ago
Andrew Waterman e94d843e8b
Merge pull request #997 from riscv-software-src/simplify-decode_insn 4 years ago
Andrew Waterman 78dfe62633
Fix disassembly of custom instructions that overlap standard ones (#999) 4 years ago
Andrew Waterman ff645fb4eb
Disassemble Zicbop/Zihintpause HINT instructions (#1000) 4 years ago
Andrew Waterman 918cba10e1 Update README to reflect recently added extensions 4 years ago
Andrew Waterman 500d987d87 Add missing Zicbom and Zicbop extensions to disassembler fallback 4 years ago
Andrew Waterman 2bf4c8c3df Add missing Q, H, and Svinval extensions to disassembler fallback 4 years ago
Andrew Waterman e66e2e2b09 Remove now-unnecessary null check from decode_insn 4 years ago
Andrew Waterman 0676421e93 Assert that nullptrs can't make their way into the instructions list 4 years ago
Andrew Waterman 68b20a9b8a Remove insn_func_t::supported field 4 years ago
Andrew Waterman 11f5942b7d Don't register instructions that aren't supported 4 years ago
Andrew Waterman 8ed65cdc51
Merge pull request #992 from rbuchner-aril/rb-pbmte 4 years ago
Ryan Buchner ccfeaa9973 Check for reserved PBMT values during tablewalks and fault if found 4 years ago
Ryan Buchner 996634f0be Switch from checking for SVPBMT extension to checking *ENVCFG values during tablewalks 4 years ago
Ryan Buchner ea70a9359d Add PBMTE bit to menvcfg and henvcfg mask values 4 years ago
Ryan Buchner fc35f34fd0 Change henvcfg csr to a henvcfg_csr_t 4 years ago
Andrew Waterman b19990805f
Merge pull request #994 from chihminchao/rvv-misc-2022-05-11 4 years ago
Chih-Min Chao 08afafccfd rvv: fix the checking eew and elen for index load 4 years ago
Andrew Waterman 3099c33d15
Merge pull request #988 from riscv-software-src/factor-out-macros 4 years ago
Andrew Waterman 615de147a2 Factor out P extension macros into their own header 4 years ago
Andrew Waterman 15a370bde2 Factor out V extension macros into their own header 4 years ago
Scott Johnson 8e8af2659a
Merge pull request #983 from soberl/epmp_updates_2 4 years ago
soberl 6d2549d2ad
Append smepmp extension 1.0 to the feature list 4 years ago
soberl@nvidia.com b0fdd88d26 Update pmpaddr_csr_t::access_ok() for ePMP on matching regions 4 years ago
soberl@nvidia.com 115a9b3dc2 Update mmu_t::pmp_ok() for ePMP in case matching region is not found 4 years ago
soberl@nvidia.com af500657c3 Update csr access rules for ePMP on pmpaddr and pmpcfg 4 years ago
soberl@nvidia.com 84a98f6f71 Implement the new csr mseccfg for ePMP as dummy 4 years ago