COMMITS
/ riscv/execute.cc August 10, 2018
T
Fix 2 trigger corner cases. (#229)
Tim Newsome committed
May 1, 2018
A
Fix commit log for serializing instructions
Andrew Waterman committed
April 30, 2018
A
Only break out of the simulator loop on WFI, not on CSR writes
Andrew Waterman committed
March 22, 2018
A
Implement Hauser misa.C misalignment proposal (#187)
Andrew Waterman committed
March 10, 2018
T
Fix single stepping csrrw instructions (#178)
Tim Newsome committed
February 20, 2018
P
Narrow the interface used by the processors and memory to the top-level simulator/htif.
Prashanth Mundkur committed
February 22, 2018
A
Implement clearing-misa.C-while-PC-is-misaligned proposal
Andrew Waterman committed
February 21, 2018
A
Don't allow 32-bit instructions to take up multiple slots in I$
Andrew Waterman committed
October 10, 2017
T
Make progbuf a run-time option.
Tim Newsome committed
November 20, 2017
C
Fix commitlog. (#162)
Christopher Celio committed
October 20, 2017
A
Fix commit-log for Q extension, and for RV32 (#143)
Andrew Waterman committed
September 21, 2017
T
Fix comment typo. (#126)
Tim Newsome committed
April 18, 2017
M
debug: Checkpoint which somewhat works with OpenOCD v13, but still has some bugs.
Megan Wachs committed
April 17, 2017
M
Merge remote-tracking branch 'origin/priv-1.10' into HEAD
Megan Wachs committed
February 23, 2017
T
Implement halt request.
Tim Newsome committed
February 22, 2017
T
Don't waste time spinning in place in debug mode
Tim Newsome committed
February 21, 2017
A
serialize simulator on wfi
Andrew Waterman committed
February 3, 2017
A
Fix interrupt delegation for coprocessors
Andrew Waterman committed
December 16, 2016
T
Fix single stepping over faulting instructions. (#80)
Tim Newsome committed
December 1, 2016
A
Added comments about the modified Duff's Device in execute.cc (#77)
Andy Wright committed
August 26, 2016
A
partially update spike to newer debug spec
Andrew Waterman committed
A
Fix spike interactive (-d) mode
Andrew Waterman committed
August 22, 2016
T
Implement address and data triggers.
Tim Newsome committed
July 13, 2016
T
Fix single step over csrw instructions. (#57)
Tim Newsome committed
May 9, 2016
T
Remove obsolete TODO.
Tim Newsome committed
May 6, 2016
T
Make -H halt the core right out of reset.
Tim Newsome committed
May 5, 2016
T
Fix reading CSRs.
Tim Newsome committed
T
Single step appears to work.
Tim Newsome committed
April 30, 2016
T
Exceptions in Debug Mode, stay in Debug Mode.
Tim Newsome committed
April 26, 2016
T
gdb can attach and read the PC:
Tim Newsome committed
T
processor_t unfriends gdbserver_t.
Tim Newsome committed
April 24, 2016
T
Add debug_module bus device.
Tim Newsome committed
April 22, 2016
T
When gdb connects, jump to Debug ROM and segfault.
Tim Newsome committed
T
Gutting direct-access gdb.
Tim Newsome committed
March 13, 2016
T
Flush icache when using swbps and report to gdb.
Tim Newsome committed
March 10, 2016
T
Software breakpoints seem to work.
Tim Newsome committed
T
Looks like single step works.
Tim Newsome committed
March 9, 2016
T
Now you can halt/continue from gdb.
Tim Newsome committed
February 12, 2016
A
Return to interactive mode after a trap
Andrew Waterman committed
February 9, 2016
A
Fix ERET serialization strategy
Andrew Waterman committed
February 6, 2016
A
WIP on priv spec v1.9
Andrew Waterman committed
October 26, 2015
A
Fix histogram for RVC
Andrew Waterman committed
September 16, 2015
S
commit log now correctly prints privilege
Scott Beamer committed
September 12, 2015
S
print out current privilege level (if commit log enabled)
Scott Beamer committed
S
print out commit log (if enabled) for all privilege levels
Scott Beamer committed
September 8, 2015
A
Improve instruction fetch
Andrew Waterman committed