..
insns
Merge pull request #1357 from ptomsich/ptomsich/1312-fix-fcvtmod_w_d-exceptions
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
Let mstatus.MPP initially be M-mode if unsupporting U-mode
3 years ago
csrs.h
Implement Smrnmi extension
3 years ago
debug_defines.h
update debug_defines.h
4 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
Implement pending bits for 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
Plumb in effective virtual bit to take_trigger_action()
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
Plumb in effective virtual bit to take_trigger_action()
3 years ago
mmu.h
Plumb in effective virtual bit to take_trigger_action()
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
4 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
Implement pending bits for plic
3 years ago
processor.cc
Add prev_prv to processor state
3 years ago
processor.h
Add prev_prv to processor state
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 Spike's meta files for pkg-config
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
triggers: Fix etrigger match on exceptions
3 years ago
triggers.h
triggers: Fix etrigger match on exceptions
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