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.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-26
Add insn cmds to interactive debug mode
abejgonzalez
1
-0
/
+2
2024-04-30
Support per-device arguments and device factory reuse
LIU Yu
1
-1
/
+4
2023-12-08
Fix Spike --device option to pass on args to downstream plugins
joey0320
1
-1
/
+1
2023-07-20
Introduce `abstract_mem_t` to allow custom implementations
Michal Terepeta
1
-2
/
+2
2023-07-02
sim_t: Add sim_t::add_device() API
Jerry Zhao
1
-0
/
+1
2023-06-20
devices: Switch plugin device interface to use device_factory_t
Jerry Zhao
1
-1
/
+1
2023-06-20
sim_t: Add sim_t::get_intctrl
Jerry Zhao
1
-0
/
+1
2023-06-20
Inline make_dtb into sim_t constructor
Jerry Zhao
1
-1
/
+0
2023-06-20
sim_t: Make static consts public members
Jerry Zhao
1
-3
/
+4
2023-06-20
sim_t: Merge sim_t::plugin_devices with sim_t::devices
Jerry Zhao
1
-1
/
+0
2023-06-20
sim_t: change plugin_devices to a vec of shared_ptrs
Jerry Zhao
1
-2
/
+2
2023-06-20
sim_t: Remove boot_rom/ns16550 members of sim_t
Jerry Zhao
1
-2
/
+0
2023-06-20
sim_t: Add list of ptrs to devices to sim_t
Jerry Zhao
1
-0
/
+1
2023-06-20
sim_t: change devices to shared_ptrs
Jerry Zhao
1
-4
/
+4
2023-03-09
Move debug_mmu used by debug_module up to simif_t
Scott Johnson
1
-2
/
+0
2023-03-09
Move methods used by debug_module/clint/plic up to simif_t
Scott Johnson
1
-3
/
+2
2023-03-08
Add virtual/override to sim_t declarations
Scott Johnson
1
-12
/
+12
2023-02-28
Merge pull request #1246 from riscv-software-src/hartids
Andrew Waterman
1
-0
/
+5
2023-02-27
Add sim_t::get_harts and sim_t::get_cfg accessors
Andrew Waterman
1
-0
/
+5
2023-02-27
Add ability to partially complete and resume interactive routines
Andrew Waterman
1
-0
/
+1
2023-02-06
Don't reset sim_t if there is no dts for get_dts
Jerry Zhao
1
-1
/
+1
2023-02-06
Pass dtb_file directly to make_dtb
Jerry Zhao
1
-2
/
+1
2023-01-11
Run Spike and HTIF in a single thread, rather than two
Andrew Waterman
1
-6
/
+0
2023-01-03
Specify addresses are physical for simif_t member functions
Jerry Zhao
1
-4
/
+4
2022-12-20
Always build with commit logging support
Jerry Zhao
1
-3
/
+1
2022-12-16
Remove processor.h/sim.h -> config.h dependencies
Jerry Zhao
1
-1
/
+0
2022-12-15
Rename memif_endianness_t to endianness_t
Jerry Zhao
1
-1
/
+1
2022-12-13
Move boost asio socket interface to socketif_t
Jerry Zhao
1
-18
/
+3
2022-10-25
Remove set_target_endianness | add --big-endian flag
Jerry Zhao
1
-1
/
+0
2022-10-17
Add command to display privilege level in interactive mode
Jerry Zhao
1
-0
/
+1
2022-10-17
Merge branch 'master' into plic_uart_v1
plic_uart_v1
Andrew Waterman
1
-1
/
+4
2022-10-16
Add interactive mode commands to read clint mtime/mtimecmp
Jerry Zhao
1
-0
/
+2
2022-10-14
Add dump memory command to interactive mode
Jerry Zhao
1
-0
/
+1
2022-08-04
Add support for freg command to read X regs when enable Zfinx
liweiwei
1
-1
/
+1
2022-04-20
Add ns16550 serial device emulation
Anup Patel
1
-0
/
+1
2022-04-20
Add PLIC emulation
Anup Patel
1
-0
/
+1
2022-04-12
Move real_time_clint into cfg_t
Rupert Swarbrick
1
-1
/
+1
2022-04-12
Move varch into cfg_t
Rupert Swarbrick
1
-1
/
+1
2022-04-12
Move hartids into cfg_t
Rupert Swarbrick
1
-1
/
+1
2022-04-12
Move start_pc into cfg_t
Rupert Swarbrick
1
-2
/
+1
2022-03-18
Fold priv parameter into cfg_t
Rupert Swarbrick
1
-2
/
+1
2022-03-18
Fold isa parameter into cfg_t
Rupert Swarbrick
1
-2
/
+1
2022-03-18
Fold nprocs parameter into cfg_t
Rupert Swarbrick
1
-1
/
+1
2022-03-18
Fold bootargs parameter in the new cfg_t type
Rupert Swarbrick
1
-2
/
+1
2022-03-18
Initial step towards factoring out command line configuration
Rupert Swarbrick
1
-5
/
+6
2022-03-12
Construct an isa_parser_t and pass it to processor_t constructor
Rupert Swarbrick
1
-0
/
+1
2021-09-17
Fix memory leak
Andrew Waterman
1
-1
/
+1
2021-09-17
Don't use "using"
Andrew Waterman
1
-20
/
+6
2021-09-17
Use RIAA pattern in manipulating ostream flags
Andrew Waterman
1
-1
/
+1
2021-09-14
add option --cmd to read commands from file (#772)
Elmar Melcher
1
-3
/
+5
[next]