Skip to content

Commit

Permalink
Merge branch 'master' into fix-offset-bug
Browse files Browse the repository at this point in the history
  • Loading branch information
pawks authored Mar 18, 2022
2 parents f8727cc + bee5540 commit 8f7ab2c
Show file tree
Hide file tree
Showing 276 changed files with 8,691 additions and 17,888 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
# CHANGELOG

## [2.6.4] - 2022-03-17
## [2.7.1] - 2022-03-18
- Fix bug in auto-offset update for SIGUPD macros.

## [2.7.0] - 2022-03-15
- Updated K Crypto (Scalar) instructions for the V.1.0.0 ratified spec.
- changed xperm.n -> xperm4 and xperm.b -> xperm8 instructions
- removed unsupported packu

## [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
1 change: 1 addition & 0 deletions riscv-target/ibex/device/rv32i_m/K
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ rv32k_sc_tests = \
orn-01 \
pack-01 \
packh-01 \
packu-01 \
rev.b-01 \
rev8-01 \
rol-01 \
Expand Down Expand Up @@ -86,8 +85,8 @@ rv32k_sc_tests = \
sm4ks-rwp1 \
unzip-01 \
xnor-01 \
xperm.b-01 \
xperm.n-01 \
xperm4-01 \
xperm8-01 \
zip-01 \

rv32k_tests = $(addsuffix .elf, $(rv32k_sc_tests))
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1,531 changes: 1,531 additions & 0 deletions riscv-test-suite/rv32i_m/K/src/xperm4-01.S

Large diffs are not rendered by default.

1,516 changes: 1,516 additions & 0 deletions riscv-test-suite/rv32i_m/K/src/xperm8-01.S

Large diffs are not rendered by default.

File renamed without changes.

This file was deleted.

Loading

0 comments on commit 8f7ab2c

Please sign in to comment.