- Nov 30, 2022
-
-
Tim Newsome authored
-
Tim Newsome authored
-
Tim Newsome authored
This is a much more comprehensive test of OpenOCD behavior when harts become unavailable.
-
Tim Newsome authored
-
Tim Newsome authored
-
Tim Newsome authored
-
Tim Newsome authored
-
Tim Newsome authored
-
Tim Newsome authored
-
Tim Newsome authored
-
Tim Newsome authored
-
Tim Newsome authored
-
Tim Newsome authored
-
Tim Newsome authored
To test OpenOCD behavior when one or more harts are powered down.
-
Tim Newsome authored
-
- Nov 11, 2022
-
-
Tim Newsome authored
Also change the test itself to require less RAM than it did previously. (It had required more than 32KB.)
-
- Nov 05, 2022
-
-
Tim Newsome authored
It would fail intermittently. We can't guarantee all harts resume simultaneously. When we let multiple harts run to a breakpoint at the end of the same loop, one is likely to get there first, and the second won't make it. To avoid this problem, run for a short amount of time instead of to a breakpoint.
-
- Nov 04, 2022
-
-
Tim Newsome authored
Before it might fail incorrectly, because main was close to trap_entry.
-
- Oct 27, 2022
-
-
YenHaoChen authored
* Specify trigger type=2 in trigger.S Previous tests implicitly assume triggers only support type=2. However, a trigger may support multiple types, i.e., type=15. This commit explicitly specifies type=2 in trigger.S to support type 15. * Update debug/programs/trigger.S Co-authored-by:
Tim Newsome <tim@sifive.com> Signed-off-by:
YenHaoChen <39526191+YenHaoChen@users.noreply.github.com> Signed-off-by:
YenHaoChen <39526191+YenHaoChen@users.noreply.github.com> Co-authored-by:
Tim Newsome <tim@sifive.com>
-
- Oct 25, 2022
-
-
Tim Newsome authored
Between October 13 and October 19, something happened that makes the multi-spike tests 4 times slower. Rolling back spike, OpenOCD, or riscv-tests doesn't affect this. Presumably it's due to a kernel or python change in my Ubuntu system. I don't have time to look at this right now, so just increase the timeouts. :-( If I had to guess, there could be a bug in rbb_daisychain.py that wastes a lot of time.
-
- Oct 22, 2022
-
-
Tim Newsome authored
https://github.com/riscv-software-src/riscv-isa-sim/pull/889 put a UART at the address we were using in our 32-bit debug tests.
-
- Oct 21, 2022
-
-
Tim Newsome authored
Fix long line to make pylint happy.
-
Tim Newsome authored
Get coverage of progbuf FPR accesses.
-
- Oct 13, 2022
-
-
Tim Newsome authored
-
Tim Newsome authored
Using the new spike support merged in https://github.com/riscv-software-src/riscv-isa-sim/pull/1109
-
- Oct 11, 2022
-
-
Tim Newsome authored
debug: Add --debug_server arg to open gdb on OpenOCD
-
- Oct 08, 2022
-
-
Tim Newsome authored
Not as useful as I'd like because we don't connect until after examine() has completed, and the test is likely to time out while debugging. But good to have, and maybe I'll expand on it one day.
-
- Oct 07, 2022
-
-
Tim Newsome authored
update gdbserver.py; tolerance value of MemorySampleTest()
-
- Oct 06, 2022
-
-
YenHaoChen authored
The control sequences (^[[?2004h and ^[[?2004l) occur after the gdb.command, which results in Exception fault. This commit removes the control sequences and strips out the blank lines (^M).
-
- Oct 05, 2022
-
-
YenHaoChen authored
-
- Sep 28, 2022
-
-
John Ingalls authored
-
John Ingalls authored
-
- Sep 27, 2022
-
-
John Ingalls authored
-
- Jul 26, 2022
-
-
Tim Newsome authored
These can change at any time and that is OK.
-
- Jul 23, 2022
-
-
Tim Newsome authored
-
- Jul 15, 2022
-
-
Tim Newsome authored
-
Tim Newsome authored
I don't have time to fix the bug right now, and nobody has run into the bug yet in any case.
-
- Jul 11, 2022
-
-
Luke Wren authored
-
- Jul 09, 2022
-
-
Tim Newsome authored
Turn semihosting_fileio on for every hart. This test still fails if it ends up running on hart 1 instead of 0, but at least it's closer to passing. Feels like the remaining problem is in OpenOCD.
-
- Jul 02, 2022
-
-
Tim Newsome authored
-