- Jun 13, 2023
-
-
Tim Newsome authored
If the environment variables aren't set, then use the same defaults as previously. My current set of tools use riscv64-elf-gcc and riscv64-elf-gdb, and this makes it trivial to use them.
-
- May 26, 2023
-
-
Tim Newsome authored
- Replace general "Exception" with "GdbServerError" in gdbserver.py for when no samples are collected - Replace general "Exception" with "TargetsException" in targets.py for XLEN mismatch - Introduce "TestLibError" exception in testlib.py and replace general exceptions in various locations - Update pylint.rc to remove overgeneral-exceptions warning
-
- May 23, 2023
-
-
Jerry Zhao authored
-
Jerry Zhao authored
-
Jerry Zhao authored
-
Jerry Zhao authored
-
Jerry Zhao authored
-
Jerry Zhao authored
-
Jerry Zhao authored
-
Jerry Zhao authored
-
Jerry Zhao authored
-
- May 12, 2023
-
-
Tim Newsome authored
New pylint, so make everything clean again.
-
- May 11, 2023
-
-
Tim Newsome authored
-
- May 04, 2023
-
-
Tim Newsome authored
Update OpenOCD cfg files to new syntax
-
- May 02, 2023
-
-
Tim Newsome authored
We were using a variety of deprecated commands. The driving force behind this was the new way to use `expr{}` as the old way no longer works with mainline OpenOCD.
-
- Apr 07, 2023
-
-
Andrew Waterman authored
-
Andrew Waterman authored
Include Zicntr in Spike ISA string
-
Andrew Waterman authored
Add more tests for amo[max/maxu/min/minu]_w
-
Andrew Waterman authored
Spike no longer enables Zicntr by default, so turn it on explicitly. cc @jerryz123
-
- Apr 06, 2023
-
-
mohanson authored
-
- Mar 17, 2023
-
-
Andrew Waterman authored
-
Luke Wren authored
-
- Mar 03, 2023
-
-
Andrew Waterman authored
-
Tim Newsome authored
Fix intermittent IcountTest failure on multi hart.
-
- Mar 02, 2023
-
-
Tim Newsome authored
Don't build with -DMULTICORE because this is not a test that really does multicore. It's one where we just want to park the other harts.
-
- Mar 01, 2023
-
-
Tim Newsome authored
debug: fix pylint error W0621 redefined-outer-name
-
Tim Newsome authored
Add test for icount triggers.
-
- Feb 28, 2023
-
-
Jesse Taube authored
-
- Feb 21, 2023
-
-
Chao Du authored
-
- Feb 17, 2023
-
-
Tim Newsome authored
-
- Feb 16, 2023
-
-
Tim Newsome authored
Fix EtriggerTest on multi-hart targets.
-
- Feb 14, 2023
-
-
Yujia Qiao authored
The trap handler for norvc systems has an incorrect jump offset Signed-off-by:Yujia Qiao <code@rapiz.me>
-
Pascal Cotret authored
Related to issue https://github.com/riscv-software-src/riscv-tests/issues/453 It seems to be the only modification needed there. It may break backward compatibility with (very?) old compilers. Signed-off-by:
Pascal Cotret <pascal.cotret@gmail.com>
-
- Feb 04, 2023
-
-
deepak0414 authored
env has been updated with trap and page fault filtering mechanism. Such filtering allows tests to be written in such a way so that exceptions/traps can be filtered by test case author and negative tests can be written. Signed-off-by:Deepak Gupta <debug@rivosinc.com>
-
- Feb 03, 2023
-
-
Tim Newsome authored
Need to set the etrigger on the hart we're running the test against.
-
- Jan 20, 2023
-
-
Jerry Zhao authored
-
Andrew Waterman authored
...because the ma_data test requires this feature. Don't merge until https://github.com/riscv-software-src/riscv-isa-sim/pull/1206 is merged.
-
- Jan 07, 2023
-
-
Tim Newsome authored
debug: Add Itrigger test.
-
Tim Newsome authored
-
Tim Newsome authored
-