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
2023-12-08
Remove cfg_arg_t from cfg_t
Jerry Zhao
1
-5
/
+5
2023-12-08
Fix Spike --device option to pass on args to downstream plugins
joey0320
1
-1
/
+1
2023-11-04
expose pmp granularity as a cli option.
Karthik B K
1
-2
/
+2
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
-4
/
+7
2023-06-20
debug: Remove debug_module_t::add_device, its redundant
Jerry Zhao
1
-1
/
+1
2023-06-20
devices: Switch plugin device interface to use device_factory_t
Jerry Zhao
1
-6
/
+4
2023-06-20
device_t: device_factories should be const
Jerry Zhao
1
-3
/
+3
2023-06-20
sim_t: Move dts device node construction/parsing to device_factories
Jerry Zhao
1
-42
/
+40
2023-06-20
Inline make_dtb into sim_t constructor
Jerry Zhao
1
-35
/
+29
2023-06-20
ns16550_t: remove unused bus_t member
Jerry Zhao
1
-1
/
+1
2023-06-20
sim_t: Merge sim_t::plugin_devices with sim_t::devices
Jerry Zhao
1
-2
/
+3
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
-3
/
+3
2023-06-20
sim_t: Tick all devices, not just clint and ns16550
Jerry Zhao
1
-2
/
+1
2023-06-20
clint: Change clint_t::increment to override abstract_device_t::tick(rtc_ticks)
Jerry Zhao
1
-2
/
+3
2023-06-20
sim_t: Add list of ptrs to devices to sim_t
Jerry Zhao
1
-0
/
+4
2023-03-02
Merge pull request #1266 from riscv-software-src/fix-o0-compile
Andrew Waterman
1
-0
/
+2
2023-03-02
Define sim_t::INTERLEAVE so that it can be accessed by reference
Andrew Waterman
1
-0
/
+2
2023-03-01
Support discontiguous hart IDs in CLINT
Andrew Waterman
1
-1
/
+1
2023-03-01
Correctly instantiate PLIC contexts for mixed-hart targets
Andrew Waterman
1
-1
/
+1
2023-02-27
Add sim_t::get_harts and sim_t::get_cfg accessors
Andrew Waterman
1
-0
/
+1
2023-02-06
Skip all dts/dtb-related steps if !dtb_enabled
Jerry Zhao
1
-0
/
+4
2023-02-06
Pass dtb_file directly to make_dtb
Jerry Zhao
1
-6
/
+5
2023-01-19
Perform pmpregions input validation in only one place
Andrew Waterman
1
-14
/
+4
2023-01-11
Run Spike and HTIF in a single thread, rather than two
Andrew Waterman
1
-25
/
+14
2023-01-03
Pass cfg object to processor_t constructor
Andrew Waterman
1
-2
/
+2
2023-01-03
Specify addresses are physical for simif_t member functions
Jerry Zhao
1
-13
/
+13
2022-12-15
Rename memif_endianness_t to endianness_t
Jerry Zhao
1
-4
/
+4
2022-12-13
Move boost asio socket interface to socketif_t
Jerry Zhao
1
-7
/
+18
2022-12-12
Make the processor_t interface independent of configure'd variables (#1174)
Jerry Zhao
1
-8
/
+0
2022-10-25
Remove set_target_endianness | add --big-endian flag
Jerry Zhao
1
-18
/
+12
2022-10-19
Template-ize stores
Andrew Waterman
1
-1
/
+1
2022-10-19
Template-ize loads
Andrew Waterman
1
-1
/
+1
2022-10-17
Merge branch 'master' into plic_uart_v1
plic_uart_v1
Andrew Waterman
1
-5
/
+2
2022-10-14
Support command-line configuration of number of pmpregions
Jerry Zhao
1
-1
/
+1
2022-09-20
detects the loading of isa-incompatible (i.e. 32 bit code to 64bit HART) code...
Iman Hosseini
1
-0
/
+1
2022-07-17
remove unnecessary ifdef for RISCV_ENABLE_DUAL_ENDIAN
Weiwei Li
1
-4
/
+0
2022-04-20
Add ns16550 serial device emulation
Anup Patel
1
-0
/
+16
2022-04-20
Add PLIC emulation
Anup Patel
1
-0
/
+8
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
[next]