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
path:
root
/
spike_main
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-30
Fix --bootargs default value in spike usage help() function
Julien Olivain
1
-1
/
+2
2023-02-27
Improve input validation for --hartids flag
Andrew Waterman
1
-0
/
+18
2023-02-27
Use size_t, rather than int, for hartids
Andrew Waterman
2
-5
/
+5
2023-01-27
Remove dirty_enabled from cfg_t
Aaron Durbin
2
-2
/
+0
2023-01-27
Remove --mmu-dirty command line flag
Aaron Durbin
1
-2
/
+0
2023-01-18
Add --triggers flag to select number of triggers
Jerry Zhao
1
-0
/
+2
2023-01-18
Add trigger_count field to cfg_t
Jerry Zhao
2
-2
/
+4
2023-01-10
improve merge_mem_regions to handle memory region covering the whole 64-bit a...
Parshintsev Anatoly
1
-0
/
+24
2023-01-09
simplify check_mem_overlap by utilizing get_inclusive_end of mem_cfg_t
Parshintsev Anatoly
1
-4
/
+1
2023-01-09
simplify merge_mem_regions by utilizing get_inclusive_end() of mem_cfg_t
Parshintsev Anatoly
1
-3
/
+3
2023-01-09
get_inclusive_end implementation for mem_cfg_t
Parshintsev Anatoly
1
-3
/
+2
2023-01-09
implement get_size() getter for mem_cfg_t object
Parshintsev Anatoly
1
-7
/
+7
2023-01-09
implement get_base() getter for mem_cfg_t object
Parshintsev Anatoly
1
-10
/
+10
2023-01-04
Add --mmu-dirty runtime flag
Jerry Zhao
1
-0
/
+2
2023-01-04
Add cfg_t field to enable PTE dirtying
Jerry Zhao
2
-0
/
+2
2023-01-03
Add --[no-]misaligned command-line options
Andrew Waterman
2
-0
/
+4
2023-01-03
Pass cfg object to processor_t constructor
Andrew Waterman
1
-1
/
+12
2022-12-22
Remove non-installed header lists from Makefile fragments
Andrew Waterman
1
-2
/
+0
2022-12-15
Add config.h includes directly to source files instead of relying on header c...
Jerry Zhao
2
-0
/
+2
2022-12-15
Rename memif_endianness_t to endianness_t
Jerry Zhao
2
-3
/
+3
2022-12-13
Move boost asio socket interface to socketif_t
Jerry Zhao
1
-26
/
+1
2022-11-30
Reimplement memory merging routines
Parshintsev Anatoly
1
-22
/
+41
2022-11-16
Merge pull request #1119 from aap-sc/aap-sc/max_pa_restriction
Andrew Waterman
1
-5
/
+24
2022-11-16
Only allow memory regions that are less than (1ull << MAX_PADDR_BITS)
Parshintsev Anatoly
1
-1
/
+21
2022-11-15
get rid of redundant casts during mem layout processing
Parshintsev Anatoly
1
-4
/
+3
2022-10-25
Remove set_target_endianness | add --big-endian flag
Jerry Zhao
2
-1
/
+4
2022-10-20
Set 16..4096-byte bound on cache-block size
Andrew Waterman
1
-2
/
+5
2022-10-14
Support command-line configuration of number of pmpregions
Jerry Zhao
1
-0
/
+3
2022-10-14
Report error if an unsupported memory configuration is detected
Parshintsev Anatoly
1
-3
/
+8
2022-10-07
Add --dm-no-abstract-fpr option.
Tim Newsome
1
-1
/
+5
2022-10-04
Suppress unused-variable warnings in spike main
Andrew Waterman
1
-1
/
+1
2022-10-04
Fix or work around other unused-parameter warnings in ancillary programs
Andrew Waterman
2
-5
/
+6
2022-10-04
Suppress unused-parameter warnings in spike main
Andrew Waterman
1
-16
/
+16
2022-09-23
Build and install lib and header dependencies for Hammer
Jerin Joy
1
-0
/
+2
2022-08-10
Add missed decription for log-commits option
Weiwei Li
1
-0
/
+1
2022-04-30
Add missing description of --dtb in --help message
Andrew Waterman
1
-0
/
+1
2022-04-12
Move real_time_clint into cfg_t
Rupert Swarbrick
1
-4
/
+4
2022-04-12
Move varch into cfg_t
Rupert Swarbrick
1
-3
/
+3
2022-04-12
Remove nprocs from cfg_t
Rupert Swarbrick
1
-7
/
+8
2022-04-12
Move hartids into cfg_t
Rupert Swarbrick
1
-11
/
+17
2022-04-12
Move the "default hartids" logic from sim.cc into spike.cc
Rupert Swarbrick
1
-0
/
+16
2022-04-12
Slightly refactor --hartids parsing in spike.cc
Rupert Swarbrick
1
-13
/
+16
2022-04-12
Move start_pc into cfg_t
Rupert Swarbrick
1
-3
/
+2
2022-04-11
Change processor_t to hold a pointer to an isa_parser_t (#973)
Rupert Swarbrick
1
-1
/
+1
2022-04-11
Split mem layout computation in spike.cc (#957)
Rupert Swarbrick
1
-25
/
+36
2022-03-18
Fold priv parameter into cfg_t
Rupert Swarbrick
1
-4
/
+4
2022-03-18
Fold isa parameter into cfg_t
Rupert Swarbrick
1
-4
/
+5
2022-03-18
Fold nprocs parameter into cfg_t
Rupert Swarbrick
1
-5
/
+5
2022-03-18
Fold bootargs parameter in the new cfg_t type
Rupert Swarbrick
1
-4
/
+4
2022-03-18
Initial step towards factoring out command line configuration
Rupert Swarbrick
1
-7
/
+8
[next]