index
:
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
path:
root
/
riscv
/
sim.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-17
remove unnecessary ifdef for RISCV_ENABLE_DUAL_ENDIAN
Weiwei Li
1
-4
/
+0
2022-04-12
Move real_time_clint into cfg_t
Rupert Swarbrick
1
-2
/
+2
2022-04-12
Move varch into cfg_t
Rupert Swarbrick
1
-2
/
+2
2022-04-12
Remove nprocs from cfg_t
Rupert Swarbrick
1
-2
/
+0
2022-04-12
Move hartids into cfg_t
Rupert Swarbrick
1
-4
/
+3
2022-04-12
Move the "default hartids" logic from sim.cc into spike.cc
Rupert Swarbrick
1
-10
/
+3
2022-04-12
Move start_pc into cfg_t
Rupert Swarbrick
1
-3
/
+2
2022-04-12
Fix debug messages about invalid pmpregions/mmu-types
Rupert Swarbrick
1
-2
/
+2
2022-04-11
Change processor_t to hold a pointer to an isa_parser_t (#973)
Rupert Swarbrick
1
-1
/
+1
2022-03-30
Implement Sv57 and Sv57x4 translation modes
Andrew Waterman
1
-0
/
+2
2022-03-18
Fold priv parameter into cfg_t
Rupert Swarbrick
1
-3
/
+2
2022-03-18
Fold isa parameter into cfg_t
Rupert Swarbrick
1
-3
/
+2
2022-03-18
Fold nprocs parameter into cfg_t
Rupert Swarbrick
1
-8
/
+8
2022-03-18
Fold bootargs parameter in the new cfg_t type
Rupert Swarbrick
1
-3
/
+2
2022-03-18
Initial step towards factoring out command line configuration
Rupert Swarbrick
1
-6
/
+8
2022-03-12
Construct an isa_parser_t and pass it to processor_t constructor
Rupert Swarbrick
1
-2
/
+3
2022-02-23
pmp: dts: handle the absence of mmu and pmp in dts
Chih-Min Chao
1
-1
/
+13
2022-02-21
Avoid an unnecessary strcpy (#925)
Rupert Swarbrick
1
-3
/
+3
2022-02-18
Don't instantiate a CLINT if there is none in the device config (#921)
Rupert Swarbrick
1
-6
/
+11
2022-02-18
Add simple error checking to DTB parsing code
Rupert Swarbrick
1
-0
/
+13
2022-02-18
Remove duplicate DTB load step
Rupert Swarbrick
1
-17
/
+0
2021-09-17
Don't use "using"
Andrew Waterman
1
-2
/
+2
2021-09-17
Use RIAA pattern in manipulating ostream flags
Andrew Waterman
1
-3
/
+3
2021-09-14
add option --cmd to read commands from file (#772)
Elmar Melcher
1
-3
/
+4
2021-09-01
remove io_service_ptr_ctor and acceptor_ptr_ctor
emelcher
1
-5
/
+5
2021-08-03
activate socket comunication in simulator
Elmar Melcher
1
-0
/
+5
2021-08-03
declare socket properties in processor_t
Elmar Melcher
1
-1
/
+1
2021-08-03
declare socket properties in sim_t
Elmar Melcher
1
-1
/
+7
2021-06-04
encoding: udpate and move platform-related define out
Chih-Min Chao
1
-0
/
+1
2021-02-04
Fix --kernel and --initrd options w.r.t. sparse mem_t implementation
Andrew Waterman
1
-1
/
+1
2021-01-20
add support to page on demand (#634)
Chih-Min Chao
1
-1
/
+1
2020-12-14
dts: mmu: replace 'riscv,bare' by 'riscv,sbare'
Chih-Min Chao
1
-2
/
+2
2020-12-01
Fix Issue #609 (#610)
Will Hawkins
1
-5
/
+1
2020-11-29
Fix #607: Add a core parameter to the interactive str command (#608)
Will Hawkins
1
-1
/
+5
2020-11-15
dts: config pmp attribute by each core's setting
Chih-Min Chao
1
-12
/
+13
2020-11-11
dts: mmu: parse mmu-type in dts
Chih-Min Chao
1
-0
/
+48
2020-11-07
Allow fixed endianness to be observed through MBE/SBE/UBE
Marcus Comstedt
1
-0
/
+1
2020-11-07
Tag target endian values to help guide conversion code
Marcus Comstedt
1
-1
/
+1
2020-11-07
Implement support for big-endian targets
Marcus Comstedt
1
-4
/
+42
2020-09-29
Adding symbol lookup when --enable-commitlog is enabled (#558)
sthiruva
1
-0
/
+5
2020-07-09
Add bootargs command-line option to Spike
Anup Patel
1
-3
/
+4
2020-05-09
Support consuming PMP number and granularity from DTB
Andrew Waterman
1
-0
/
+9
2020-04-27
fdt: restructure dtb create and config flow
Chih-Min Chao
1
-8
/
+45
2020-04-27
fdt: option: add --dtb option to specify dtb binary file
Chih-Min Chao
1
-2
/
+17
2020-03-29
Fix debug segfault by partially reverting #409
Andrew Waterman
1
-2
/
+3
2020-03-27
Write execution logs to a named log file (#409)
Rupert Swarbrick
1
-25
/
+33
2020-02-15
Make CLINT API use Hz instead of MHz
Andrew Waterman
1
-1
/
+1
2020-02-15
Add optional support for real-time clint
Anup Patel
1
-2
/
+3
2020-02-14
Make spike capable of booting Linux
Anup Patel
1
-3
/
+3
2019-11-12
Add --priv option to control which privilege modes are available
Andrew Waterman
1
-3
/
+4
[next]