aboutsummaryrefslogtreecommitdiff
path: root/debug/targets/RISC-V/spike64-2-hwthread.py
AgeCommit message (Collapse)AuthorFilesLines
2024-05-01[debug tests] increase remotetimeout for all spike-based targets (#553)Anatoly Parshintsev1-3/+1
Spike simulator is very demanding to CPU resources. This causes debug tests to sporadically fail on slower machines. Increasing of gdb's `remotetimeout` should get rid of such failures, unless we run the testsuite on a potato. The only downside is that if OpenOCD is broken, tests can run longer. However, I think this is the sacrifice we can make, since execution time is not affected if everything works as expected.
2023-07-17debug: Add support_unavailable_control property.Tim Newsome1-0/+1
2022-05-31Address pylint warnings. (#385)Tim Newsome1-2/+2
I'm running a newer version of pylint, and thus there are new warnings to be fixed. All very minor.
2021-10-05Remove slen. (#360)Tim Newsome1-4/+9
It's not an argument to spike anymore. Also switch testing the vector unit from multi-gdb to `-rtos hwthread`. This exposes a bug in OpenOCD (which is already fixed).
2020-12-14Add tests for memory sampling feature. (#300)Tim Newsome1-0/+1
2019-12-18Hardcode misa values for all spike targets. (#227)Tim Newsome1-1/+2
`make` now takes 31s, `make all` takes 1m53s. The new CheckMisa test ensures that the misa value specified in the configuration is correct.
2019-02-14Test `-rtos hwthread` (#178)Tim Newsome1-0/+13
* WIP * Use hwthread everywhere. * Test `-rtos hwthread`. Also tweak timeouts a bit so that we don't have ridiculous timeouts for simple operations. * Tweak timeouts so tests pass on a loaded system.