Spike, a RISC-V ISA Simulator
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Andrew Waterman 64dfca6bec Partially revert #1326 3 years ago
..
insns Fix comments error in vfncvt_*_w.h 3 years ago
abstract_device.h Refactor headers 5 years ago
abstract_interrupt_controller.h Add an abstract interrupt controller interface 4 years ago
arith.h arith.h: remove redundant y1 = t; in mulhu(uint64_t, uint64_t) 3 years ago
cachesim.cc Print cache stats even when no access 3 years ago
cachesim.h Merge pull request #1306 from Jakub-Palider/master-override-cache-name 3 years ago
cfg.cc change mem_cfg_t to accept cases when (base + size) is at 64-bit address space border 3 years ago
cfg.h Add cfg_t::max_hartid accessor 3 years ago
clint.cc Use simif_t instead of sim_t for clint/plic 3 years ago
common.h Add UNUSED macro for suppressing unused-parameter/variable warnings 4 years ago
csrs.cc Implement Smrnmi extension 3 years ago
csrs.h Implement Smrnmi extension 3 years ago
debug_defines.h update debug_defines.h 3 years ago
debug_module.cc Switch debug_module to use simif_t instead of sim_t 3 years ago
debug_module.h Switch debug_module to use simif_t instead of sim_t 3 years ago
debug_rom_defines.h Fix a missed header file in the softfloat include install. 8 years ago
decode.h Update fields name for sreg1/sreg2 3 years ago
decode_macros.h Update fields name for sreg1/sreg2 3 years ago
devices.cc Add dump memory command to interactive mode 4 years ago
devices.h Use simif_t instead of sim_t for clint/plic 3 years ago
disasm.h Remove decode_macros.h from disasm.h 3 years ago
dts.cc Fix --bootargs default value in spike usage help() function 3 years ago
dts.h Merge branch 'master' into plic_uart_v1 4 years ago
encoding.h encoding.h: regenerate 3 years ago
entropy_source.h Remove entropy_source.h -> internals.h dependency 3 years ago
execute.cc Don't waste time checking icount when unnecessary 3 years ago
extension.cc Set badaddr=0 on illegal instruction traps 9 years ago
extension.h Suppress most unused variable warnings 4 years ago
extensions.cc ext: support default library name and fix isa parser 6 years ago
insn_macros.h Rewrite require macro so it can be used as an expression 4 years ago
insn_template.cc Reduce compile time increase introduced by #1189 3 years ago
insn_template.h Split decode.h into public decode.h and private decode_macros.h 3 years ago
interactive.cc interactive: Improve ctrlc responsiveness 3 years ago
isa_parser.cc Implement Zfa. 3 years ago
isa_parser.h Implement Zfa. 3 years ago
jtag_dtm.cc Implement JTAG BYPASS register. (#697) 5 years ago
jtag_dtm.h Implement JTAG BYPASS register. (#697) 5 years ago
log_file.h Write execution logs to a named log file (#409) 6 years ago
memtracer.h add clean_invalidate function for caches 4 years ago
mmio_plugin.h Implement MMIO device plugins. 7 years ago
mmu.cc Make MPRV logic consistent; factor it out 3 years ago
mmu.h Implement Smrnmi extension 3 years ago
ns16550.cc For NS16550 UART, poll stdin less often 3 years ago
opcodes.h Writing non-existent CSRs, access FPRs with mstatus.FS=0 (#311) 7 years ago
overlap_list.h add support for zcmt 3 years ago
p_ext_macros.h Suppress unused-variable warnings in P-extension macros 4 years ago
platform.h Fix --bootargs default value in spike usage help() function 3 years ago
plic.cc Use simif_t instead of sim_t for clint/plic 3 years ago
processor.cc explicitly show D(-mode) instead of M(-mode) when in debug mode 3 years ago
processor.h Add processor_t::is_waiting_for_interrupt accessor 3 years ago
remote_bitbang.cc fixing compilation errors on openbsd 7 years ago
remote_bitbang.h debug: move remote_bitbang into riscv 9 years ago
riscv.ac Add zicntr_zihpm to DEFAULT_ISA 3 years ago
riscv.mk.in Add debug_defines.h to list of installed headers 3 years ago
rocc.cc Reduce compile time increase introduced by #1189 3 years ago
rocc.h Remove dependency on decode_macros in rocc.h 3 years ago
rom.cc Split decode.h into public decode.h and private decode_macros.h 3 years ago
sim.cc Merge pull request #1266 from riscv-software-src/fix-o0-compile 3 years ago
sim.h Move debug_mmu used by debug_module up to simif_t 3 years ago
simif.h Move debug_mmu used by debug_module up to simif_t 3 years ago
socketif.cc Move boost asio socket interface to socketif_t 3 years ago
socketif.h Move boost asio socket interface to socketif_t 3 years ago
tracer.h Suppress most unused variable warnings 4 years ago
trap.h Split decode.h into public decode.h and private decode_macros.h 3 years ago
triggers.cc Do not ignore tdata1 writes unless they really would set dmode=1 3 years ago
triggers.h Initialize all fields of icount_t 3 years ago
v_ext_macros.h Partially revert #1326 3 years ago
vector_unit.cc Replace compile-time commitlog check with runtime check for vector writes 3 years ago
vector_unit.h Pull vector unit into separate source/header 3 years ago