aboutsummaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
device_flagsAllow device flags after --device cmdline argJerry Zhao7 months
dts_parsingSupport parsing procs fully from DTSJerry Zhao9 days
dynamicbuild: Dynamically link installed progsJerry Zhao12 months
fix-bf16Add f64_to_bf16; fix f32_to_bf16Andrew Waterman15 months
force-rttibuild: Include all symbols from extension.o when linking spike's mainJerry Zhao12 months
log-commits-fastertmpAndrew Waterman8 months
masterMerge pull request #1700 from ved-rivos/ssdbltrpAndrew Waterman32 hours
nolibfdtRemove in-tree libfdt, rely on system-installed libfdtJerry Zhao7 months
rivosinc-etrigger_fix_exception_matchCall stash_privilege more selectivelyAndrew Waterman14 months
whole-archivebuild: Link spike binaries with --whole-archiveJerry Zhao12 months
[...]
 
TagDownloadAuthorAge
dummy-tag-for-ci-storageriscv-isa-sim-dummy-tag-for-ci-storage.zip  riscv-isa-sim-dummy-tag-for-ci-storage.tar.gz  riscv-isa-sim-dummy-tag-for-ci-storage.tar.bz2  Andrew Waterman22 months
v1.1.0riscv-isa-sim-1.1.0.zip  riscv-isa-sim-1.1.0.tar.gz  riscv-isa-sim-1.1.0.tar.bz2  Andrew Waterman3 years
v1.0.0riscv-isa-sim-1.0.0.zip  riscv-isa-sim-1.0.0.tar.gz  riscv-isa-sim-1.0.0.tar.bz2  Andrew Waterman5 years
 
AgeCommit messageAuthorFilesLines
2022-05-05Factor out P extension macros into their own headerfactor-out-macrosAndrew Waterman2-500/+507
2022-05-05Factor out V extension macros into their own headerAndrew Waterman2-2069/+2076
2022-05-05Merge pull request #983 from soberl/epmp_updates_2Scott Johnson6-13/+131
2022-05-05Append smepmp extension 1.0 to the feature listsoberl1-0/+1
2022-05-04Update pmpaddr_csr_t::access_ok() for ePMP on matching regionssoberl@nvidia.com1-5/+31
2022-05-04Update mmu_t::pmp_ok() for ePMP in case matching region is not foundsoberl@nvidia.com1-1/+5
2022-05-04Update csr access rules for ePMP on pmpaddr and pmpcfgsoberl@nvidia.com1-7/+31
2022-05-04Implement the new csr mseccfg for ePMP as dummysoberl@nvidia.com4-0/+63
2022-05-04Merge pull request #985 from riscv-software-src/trigger_hitAndrew Waterman2-11/+18
2022-05-04Fix the padding of register names in the log (#987)Shaked Flur1-1/+1
[...]