Skip to content

Commit

Permalink
Merge pull request #225 from scarv/K_ext
Browse files Browse the repository at this point in the history
K ext: up-to-date the K extension for the V.1.0.0 ratified spec
  • Loading branch information
neelgala committed Mar 18, 2022
2 parents 5932678 + 1207448 commit bee5540
Show file tree
Hide file tree
Showing 276 changed files with 8,690 additions and 17,887 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
# CHANGELOG

## [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 bee5540

Please sign in to comment.