index
:
riscv-tests.git
attempt-travis-fix
ceasetest2
compliance_tests
cs152-sp18-lab3
debug
debug-0.13
debug-clear-satp
debug-delete-sim
debug_auth
debug_disassemble
disable_unavailable
dma-memcpy
eos20-bringup
hw_watchpoint
interrupts
master
misc
no_progbuf
priv
privchange-dontdeleteme
python3
rekall
resume_from_trigger
riscv-tests-sail
rtos
rvt-master
smi-demo
split-isa-tests
sqrt-171
tmp
trap_entry_align
trap_entry_align-1
travis-dev
trigger_priority
usb_error
xlen_fix
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
isa
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-14
Fit riscv-tests to newest riscv spec: renaming sptbr,sbadaddr,mbadaddr (#578)
HUJIYONG
5
-12
/
+12
2024-05-30
Support more basic testing of Zca instructions
Andrew Waterman
1
-13
/
+13
2024-05-30
Support basic testing of more Zca instructions
Andrew Waterman
1
-76
/
+76
2024-03-19
ma_addr: permit access faults in lieu of misaligned exceptions
Andrew Waterman
1
-1
/
+6
2024-02-18
Fix breakpoint test
Andrew Waterman
1
-0
/
+3
2024-02-19
Add zbs test cases
Roger Chang
19
-2
/
+773
2024-02-19
Add zbc test cases
Roger Chang
9
-2
/
+520
2024-02-19
Add zbb test cases
Roger Chang
45
-2
/
+2665
2024-02-19
Add zba test cases
Roger Chang
14
-2
/
+958
2024-02-03
If Svnapot is not implemented, skip the test.
Eiji Yoshiya
1
-0
/
+11
2024-01-29
Uses appropriate addi instruction in lrsc test.
Lucas Clemente Vella
1
-1
/
+1
2023-04-06
Augment LR/SC test to test that SC-after-failed-SC fails
Andrew Waterman
1
-2
/
+5
2023-04-06
Merge pull request #466 from riscv-software-src/spike-zicntr
Andrew Waterman
1
-2
/
+2
2023-04-06
Merge pull request #464 from nervosnetwork/amocmp_w
Andrew Waterman
4
-1
/
+40
2023-04-06
Include Zicntr in Spike ISA string
Andrew Waterman
1
-2
/
+2
2023-04-06
Add more tests for amomax/maxu/min/minu_w
mohanson
4
-1
/
+40
2023-03-16
Fix breakpoint.S failing when tcontrol is implemented (#463)
Luke Wren
1
-0
/
+10
2023-02-27
rv32ui test misaligned load/store data (#459)
Jesse Taube
3
-5
/
+9
2023-02-13
Fix ma_fetch test for norvc (#454)
Yujia Qiao
1
-1
/
+1
2023-01-19
Fix ma_fetch test for writable misa.C (#449)
Jerry Zhao
1
-3
/
+3
2023-01-19
Pass --misaligned flag to Spike to run ISA tests (#445)
Andrew Waterman
1
-2
/
+2
2022-12-28
Fix ma_fetch test to support systems where no RVC does not imply IALIGN=32
Jerry Zhao
1
-9
/
+31
2022-12-07
zicntr: separate cycle/instret accessibility test (#439)
Chih-Min Chao
5
-16
/
+69
2022-09-27
rv64ui test misaligned load/store data (#410)
John Ingalls
2
-0
/
+388
2022-09-27
zicboz: comment # (#412)
John Ingalls
1
-1
/
+1
2022-09-26
zicbo test zero (#411)
John Ingalls
3
-2
/
+49
2022-06-09
Test misaligned stores. (#397)
Tim Newsome
8
-0
/
+158
2022-06-07
Test misaligned loads.
Tim Newsome
8
-0
/
+160
2022-06-07
Set TESTNUM before executing code.
Tim Newsome
3
-6
/
+4
2022-06-06
Revert unaligned tests.
Tim Newsome
3
-51
/
+1
2022-06-06
Test unaligned ld accesses.
Tim Newsome
1
-0
/
+27
2022-06-06
Add unaligned test cases for lw
Tim Newsome
1
-0
/
+23
2022-06-06
Set TESTNUM before executing code.
Tim Newsome
1
-1
/
+1
2022-05-28
Permit mtval to be zero in misaligned address test, fixes #389 (#390)
Luke Wren
1
-0
/
+2
2022-03-08
Add Zfh and Svnapot to Spike ISA string
Andrew Waterman
1
-2
/
+2
2021-07-22
Fix #352 (#353)
Daniel Lustig
1
-2
/
+2
2021-07-21
Move the Svnapot test to its own folder (#351)
Daniel Lustig
4
-1
/
+10
2021-07-19
Add a test for Svnapot (#349)
Daniel Lustig
2
-0
/
+173
2021-06-01
Enable access to cycle counter before trying to write it
Andrew Waterman
1
-0
/
+13
2021-06-01
Test all four ways of reading a read-only CSR
Andrew Waterman
1
-0
/
+8
2021-05-12
Fix for rv64mi/sbreak and rv64mi/scall that I broke in my previous commit: (#...
SLAMET RIANTO
2
-0
/
+2
2021-05-10
Fixes for illegal.S to support Bare-SMode and sbreak.S & scall.S to support C...
SLAMET RIANTO
3
-0
/
+52
2021-02-01
Align mtvec in rv32mi-p-shamt test
Andrew Waterman
1
-0
/
+1
2021-01-08
Don't rely on the implementation-specific WFI time limit (#318)
Paul Donahue
1
-18
/
+0
2021-01-04
Disable rv32ua/rv64ua LR/SC test case 4 (#316)
Ben Marshall
1
-8
/
+14
2020-12-16
Refactor rv64ud structural test to match format of other tests (#311)
Kathlene Hurt
1
-11
/
+13
2020-12-08
Add rd=x0 test case to csr test (#308)
Takahiro
1
-0
/
+1
2020-12-07
Fix minor typo (#307)
Takahiro
1
-1
/
+1
2020-11-20
Only attempt to build tests supported by compiler
Andrew Waterman
19
-38
/
+6
2020-11-11
add zfh (float16) test case and related macros (#301)
Chih-Min Chao
26
-0
/
+769
[next]