Skip to content

Commit

Permalink
Merge pull request #231 from yungchinghsiao/p-ext
Browse files Browse the repository at this point in the history
Include files sync up from RISCV-CTG
  • Loading branch information
neelgala authored Mar 9, 2022
2 parents 695a15f + bbaa7b6 commit 5932678
Show file tree
Hide file tree
Showing 4 changed files with 1,366 additions and 1,175 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## [2.6.3] - 2022-03-04
- import and synchronize P-ext changes in arch_test.h from riscv-ctg
- automatically adjust base and offset if offset gets too big

## [2.6.2] - 2022-02-24
- modified verify.sh to ignore comments in reference signature during diff operation [#230]
- udpated test-format spec to include the order of lines in the signature file [#214]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ when reporting the status of pass/fail on the execution of the architectural sui
have compressed extension support enabled by default. Targets without the compressed extension
support will fail the following tests:
1. rv[32/64]i_m/privilege/src/misalign-b[ge[u],lt[u],eq,ne]-01.S
2. rv[32/64]i_m/privilege/src/misalign[1,2]-jalr-01.S
2. rv[32/64]i_m/privilege/src/misalign2-jalr-01.S

3. The machine mode trap handler used in the privilege tests assumes one of the following conditions.
Targets not satisfying any of the following conditions are bound to fail the entire
Expand Down
Loading

0 comments on commit 5932678

Please sign in to comment.