riscv-isa-sim.git
2018-09-26 Luke Kenneth... ok this is tricky: an extra parameter has to be passed...
2018-09-26 Luke Kenneth... move sv remap function to sv.cc (not inline)
2018-09-26 Luke Kenneth... check if register redirection is active, and if vectori...
2018-09-26 Luke Kenneth... comment why sv_insn_t is set up the way it is; add...
2018-09-26 Luke Kenneth... easier to #define USING_NOREGS if the opcode does not...
2018-09-26 Luke Kenneth... include auto-generated identification of use of registe...
2018-09-26 Luke Kenneth... shuffle things around a bit for sv, put rv32/64_name...
2018-09-25 Luke Kenneth... skip id_reg.py parsing its own output; stop outputting...
2018-09-25 Luke Kenneth... change to instruction template parsing, create one...
2018-09-25 Luke Kenneth... add decode.h header to sv.h
2018-09-25 Luke Kenneth... rename sv vlen to sv voffs, add csr and reg tables
2018-09-25 Luke Kenneth... add reference to vector length in sv
2018-09-25 Luke Kenneth... use sv_insn_t class in instruction template
2018-09-25 Luke Kenneth... add sv_insn_t class (inherits from insn_t)
2018-09-25 Luke Kenneth... argh cant virtualise rd/rs1-3, due to union usage with...
2018-09-25 Luke Kenneth... sv: rd, rs1/2/3 become virtual so that sv_insn_t can...
2018-09-25 Luke Kenneth... clarify sv cam table
2018-09-24 Luke Kenneth... define CSR and register tables for SV
2018-09-24 Luke Kenneth... remove unneeded use of AM_CONDITIONAL
2018-09-24 Luke Kenneth... add #define for SPIKE_SIMPLEV, re-run autoreconf
2018-09-24 Luke Kenneth... create #defines from identified registers, per opcode
2018-09-24 Luke Kenneth... clarify docstring on id_regs.py
2018-09-24 Luke Kenneth... add function identifying the registers in each emulated...
2018-09-24 Luke Kenneth... identify instructions, plan: extract registers
2018-09-13 Andrew WatermanUpdate README master
2018-09-06 Tim NewsomeMerge pull request #235 from riscv/sba
2018-09-05 Tim NewsomeFix cut-and-paste bug in 64-bit SBA loads.
2018-08-24 Andrew WatermanHandle spike-dasm inputs with leading 0x correctly
2018-08-24 Tim NewsomeAdd dummy custom debug registers, to test OpenOCD....
2018-08-24 Andrew WatermanFix several disassembler bugs
2018-08-23 Andrew WatermanAdd --disable-dtb option to suppress writing the DTB...
2018-08-22 Andrew WatermanMake IRQ_COP read-only/undelegable unless coprocessor...
2018-08-21 Andrew WatermanInstantiate disassembler after max_xlen is known
2018-08-18 Andrew WatermanDon't increment instret immediately after it is written...
2018-08-10 Tim NewsomeFix 2 trigger corner cases. (#229)
2018-07-31 Andrew WatermanMake sstatus.MXR readable
2018-07-23 SeungRyeol LeeFix using the uninitialized disassemble object. (#220)
2018-07-10 Andrew WatermanRefactor and fix LR/SC implementation (#217)
2018-06-12 Tim NewsomeMerge pull request #212 from riscv/hartsel
2018-06-11 Tim NewsomeUpdate debug_defines.h
2018-05-31 Andy WrightPut simif_t declaration in its own file. (#209)
2018-05-18 Prashanth MundkurFix install of missed header. (#207)
2018-05-18 Prashanth MundkurExtract out device-tree generation and compilation...
2018-05-04 Andrew WatermanRevert "C.LWSP and C.LDSP with rd=0 are legal instructions"
2018-05-04 Andrew WatermanC.LWSP and C.LDSP with rd=0 are legal instructions
2018-05-01 Andrew WatermanFix commit log for serializing instructions
2018-04-30 Andrew WatermanOnly break out of the simulator loop on WFI, not on...
2018-04-29 Andrew WatermanWhen no arguments are passed, print spike help, not...
2018-04-05 Prashanth MundkurAllow querying the mmu configuration chosen during...
2018-04-04 Andrew WatermanRevert "Fix for issue #183: No illegal instruction...
2018-03-30 Palmer DabbeltMerge pull request #189 from pmundkur/pm-csr-name-api
2018-03-26 Prashanth MundkurAdd an api to get the name for a CSR.
2018-03-22 Andrew WatermanImplement Hauser misa.C misalignment proposal (#187)
2018-03-21 Prashanth MundkurFix the access exception during page-table walks to...
2018-03-19 Tim NewsomeFix spike-dasm. (#184)
2018-03-19 Tim NewsomeMerge pull request #182 from riscv/reset_bits
2018-03-16 Tim NewsomeImplement debug havereset bits
2018-03-16 Andrew WatermanMerge branch 'deepsrc-b_fix_issue183'
2018-03-16 Shubhodeep... Fix for issue #183: No illegal instruction exception...
2018-03-14 Prashanth MundkurFix a bug caused by moving misa into state_t. (#180)
2018-03-13 Prashanth MundkurMove processor.isa to state.misa, since it really belon...
2018-03-10 Tim NewsomeFix single stepping csrrw instructions (#178)
2018-03-08 Tim NewsomeMerge pull request #177 from riscv/debug_auth
2018-03-06 Prashanth MundkurNarrow the interface used by the processors and memory...
2018-03-06 Prashanth MundkurFix install of a missed header from debug_rom.
2018-03-06 Prashanth MundkurFix a missed header file in the softfloat include install.
2018-03-03 Andrew WatermanImplement clearing-misa.C-while-PC-is-misaligned proposal
2018-03-03 Andrew WatermanEnforce 2-byte alignment of mepc/sepc/dpc
2018-03-01 Tim NewsomeMerge pull request #173 from riscv/no_progbuf3
2018-02-27 Tim NewsomeAdd debug module authentication.
2018-02-21 Andrew WatermanDon't allow 32-bit instructions to take up multiple...
2018-02-19 Tim NewsomeMerge pull request #171 from riscv/sysbusbits
2018-02-19 Tim NewsomePasses smoke tests with --progsize=0
2018-02-19 Tim NewsomeWIP. Doesn't work.
2018-02-13 Andrew WatermanImplement cycleh/instreth CSRs for RV32 (#172)
2018-02-01 Tim NewsomeAdd --debug-sba option
2018-01-29 Tim NewsomeUpdate debug_defines
2018-01-18 Tim NewsomeSupport debug system bus access.
2018-01-09 Tim NewsomeUse new debug_defines.h.
2018-01-09 Jonathan Neuschäfermem_t: Throw an error if zero-sized memory is requested...
2018-01-03 Andrew WatermanAdd some missing RVC instructions to disassembler
2017-12-18 Tim NewsomeMerge pull request #165 from riscv/small_progbuf
2017-12-11 Tim NewsomeUpdate debug_defines to latest version.
2017-12-11 Tim NewsomeSet impebreak.
2017-12-11 Tim NewsomeUpdate to latest debug_defines.h.
2017-12-11 Tim NewsomeMake progbuf a run-time option.
2017-11-27 Andrew WatermanRename badaddr to tval
2017-11-27 Andrew WatermanRename sptbr to satp
2017-11-27 Andrew WatermanSet tval to 0 on traps with no specified tval
2017-11-20 Andrew WatermanImplement priv-1.11 interrupt-priority scheme (#161)
2017-11-20 Christopher... Fix commitlog. (#162)
2017-11-16 Andrew WatermanMerge pull request #156 from p12nGH/noncontiguous_harts
2017-11-15 Gleb Gagarinhartids knob description added
2017-11-15 Gleb GagarinSupport for non-contiguous hartids
2017-11-10 Andrew WatermanRemove redundant U/S mode advertisement
2017-11-10 Andrew WatermanH-mode no longer exists
2017-11-10 Andrew WatermanMPP is now WARL
2017-11-06 Kito ChengImplement Q extension for disassembler (#153)
2017-11-04 Andrew WatermanFix disassembly of c.li 0
2017-11-03 Palmer DabbeltMerge pull request #151 from riscv/htif_dts
next