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