index
:
rocket-tools/riscv-isa-sim.git
confprec
cs250
cycleh
debug_rom
debug_rom_fence
device_flags
dtm_reset_error
dts_parsing
dynamic
eos18-bringup
factor-out-macros
fix-bf16
force-rtti
fp-encoding
heterogeneous_mc
hwachav4
increase-stack-size
itrigger-etrigger-cleanup
load_reservation_set_size
log-commits-faster
master
mmio-hack
mvp
no_progbuf
no_progbuf2
nolibfdt
p-ext-0.5.2
plctlab-plct-zce-fix2
plic-clint-endian
plic_uart_v1
priv-1.10
private-l1-caches
pte-info-and-delegation
remove-tests
rivosinc-etrigger_fix_exception_match
rva-profile-support
simplify-misaligned
sodor
sparse-mem
speed2
speedup-hacks
static-link
test
tmp
trigger_priority
tweak_debug_rom
whole-archive
sifive/rvv0.9-phase2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-11
Merge pull request #1311 from YenHaoChen/pr-show-d-mode
Andrew Waterman
1
-0
/
+2
2023-04-11
explicitly show D(-mode) instead of M(-mode) when in debug mode
YenHaoChen
1
-0
/
+2
2023-04-07
Implement pending bits for plic
Jiajie Chen
2
-1
/
+22
2023-04-04
Merge pull request #1307 from Jakub-Palider/master-stats-always
Andrew Waterman
1
-3
/
+0
2023-04-04
Merge pull request #1306 from Jakub-Palider/master-override-cache-name
Andrew Waterman
1
-2
/
+4
2023-04-04
Merge pull request #1305 from Jakub-Palider/master-cache-stats
Andrew Waterman
1
-0
/
+4
2023-04-04
Merge pull request #1263 from scottj97/icount-trigger
Scott Johnson
3
-6
/
+7
2023-04-04
Decrement icount trigger count on external interrupt
Scott Johnson
1
-0
/
+1
2023-04-04
Don't waste time checking icount when unnecessary
Scott Johnson
1
-1
/
+1
2023-04-04
Initialize all fields of icount_t
Scott Johnson
1
-5
/
+5
2023-04-04
Merge pull request #1299 from ptomsich/ptomsich/zfa
Scott Johnson
38
-1
/
+626
2023-04-04
Allow client to override default names of caches
Jakub Palider
1
-2
/
+4
2023-04-04
Print cache stats even when no access
Jakub Palider
1
-3
/
+0
2023-04-04
Add cache statistics print on demand
Jakub Palider
1
-0
/
+4
2023-04-03
Implement Zfa.
Philipp Tomsich
36
-0
/
+468
2023-04-03
encoding.h: regenerate
Philipp Tomsich
1
-1
/
+157
2023-04-03
gitignore: ignore emacs backup files
Philipp Tomsich
1
-0
/
+1
2023-04-03
Merge pull request #1262 from jolivain/fix_spike_usage_message
Andrew Waterman
3
-3
/
+5
2023-03-30
Fix --bootargs default value in spike usage help() function
Julien Olivain
3
-3
/
+5
2023-03-29
Merge pull request #1297 from riscv-software-src/zicntr_zihpm
Jerry Zhao
5
-13
/
+15
2023-03-29
Stop unconditionally adding zicntr_zihpm to extensions
Jerry Zhao
1
-4
/
+2
2023-03-29
Support zihpm && !zicntr
Jerry Zhao
1
-2
/
+2
2023-03-29
Set counteren_mask properly when !(zihpm && zicntr)
Jerry Zhao
1
-1
/
+1
2023-03-27
Add zicntr_zihpm to DEFAULT_ISA
Jerry Zhao
2
-4
/
+5
2023-03-27
Update configure/config.h.in
Jerry Zhao
2
-2
/
+5
2023-03-25
Merge pull request #1294 from riscv-software-src/wfi_accessor
Jerry Zhao
1
-0
/
+2
2023-03-23
Add processor_t::is_waiting_for_interrupt accessor
Jerry Zhao
1
-0
/
+2
2023-03-23
Merge pull request #1279 from riscv-software-src/jerryz123-patch-1
Andrew Waterman
1
-4
/
+7
2023-03-23
interactive: Improve ctrlc responsiveness
Jerry Zhao
1
-4
/
+7
2023-03-20
Merge pull request #1292 from TommyMurphyTM1234/master
Andrew Waterman
1
-4
/
+4
2023-03-20
Merge pull request #1286 from riscv-software-src/smrnmi
Andrew Waterman
11
-45
/
+93
2023-03-20
Fix for https://github.com/riscv-software-src/riscv-isa-sim/issues/1291
Tommy Murphy
1
-4
/
+4
2023-03-20
Implement Smrnmi extension
Andrew Waterman
9
-3
/
+68
2023-03-16
Make MPRV logic consistent; factor it out
Andrew Waterman
2
-2
/
+9
2023-03-16
Update encoding.h for Smrnmi CSR and opcode definitions
Andrew Waterman
1
-40
/
+16
2023-03-16
Merge pull request #1284 from jolivain/fix_gcc13_build
Andrew Waterman
1
-0
/
+1
2023-03-16
Merge pull request #1285 from plctlab/plct-zc-update-v1.0.3
Andrew Waterman
1
-1
/
+1
2023-03-16
Fix the relationship between Zce and Zcf
Weiwei Li
1
-1
/
+1
2023-03-15
fesvr: fix compilation with gcc 13
Julien Olivain
1
-0
/
+1
2023-03-09
Merge pull request #1276 from scottj97/clint-simif
Andrew Waterman
7
-30
/
+39
2023-03-09
Use simif_t instead of sim_t for clint/plic
Scott Johnson
3
-8
/
+8
2023-03-09
Switch debug_module to use simif_t instead of sim_t
Scott Johnson
2
-5
/
+6
2023-03-09
Move debug_mmu used by debug_module up to simif_t
Scott Johnson
2
-2
/
+2
2023-03-09
Move methods used by debug_module/clint/plic up to simif_t
Scott Johnson
2
-3
/
+11
2023-03-08
Add virtual/override to sim_t declarations
Scott Johnson
1
-12
/
+12
2023-03-07
Merge pull request #1274 from riscv-software-src/more-symbols
Jerry Zhao
2
-11
/
+36
2023-03-07
fesvr: Add --symbol-elf flag to populate htif-t::symbol_elfs
Jerry Zhao
2
-0
/
+10
2023-03-07
fesvr: Add symbol_elfs field to htif_t
Jerry Zhao
2
-0
/
+17
2023-03-07
Merge pull request #1275 from riscv-software-src/jerryz123-patch-1
Andrew Waterman
1
-1
/
+1
2023-03-07
Fix ctrl-c responsiveness when running-silent in interactive mode
Jerry Zhao
1
-1
/
+1
[prev]
[next]