- Jan 21, 2023
-
-
Nicolas Brunie authored
Signed-off-by:Nicolas Brunie <82109999+nibrunieAtSi5@users.noreply.github.com>
-
- Mar 30, 2021
-
-
Ben Marshall authored
- Update extern/riscv-compliance -> extern/riscv-arch-test to reflect change of upstream repository name. Also bump to latest commit with Imperas tests merged. - Bump extern/sail-riscv to latest commit. - Remove very old and redundant compliance test generator tools. They have all been supersceeded. - Pointers/explanations in README. On branch dev/next-release Your branch is up-to-date with 'origin/dev/next-release'. Changes to be committed: modified: .gitmodules modified: README.md new file: extern/riscv-arch-test deleted: extern/riscv-compliance modified: extern/sail-riscv modified: tests/compliance/Makefile modified: tests/compliance/README.md deleted: tests/compliance/generate_tests.py deleted: tests/compliance/riscv-compliance.patch deleted: tests/compliance/test_template.S deleted: tests/kat-gen/Makefile deleted: tests/kat-gen/README.md deleted: tests/kat-gen/kat_gen.c deleted: tests/kat-gen/kat_gen.h deleted: tests/kat-gen/main_sail.c deleted: tests/kat-gen/main_spike.c deleted: tests/kat-gen/sail.S deleted: tests/kat-gen/sail.ld Changes not staged for commit: modified: extern/riscv-gnu-toolchain (modified content) modified: extern/riscv-isa-sim (untracked content) Untracked files: doc/supp/entropy-source-bd.png doc/supp/entropy-source-verification.adoc
-
- Mar 09, 2021
-
-
Ben Marshall authored
- Spike and riscv-opcodes now point to the latest official upstream versions of the repositories, not a private fork. - This wasn't the case before since we were waiting for two pull requests to be merged: - riscv/riscv-isa-sim#649 - riscv/riscv-opcodes#63 On branch dev/next-release Your branch is ahead of 'origin/dev/next-release' by 2 commits. (use "git push" to publish your local commits) Changes to be committed: modified: .gitmodules modified: README.md modified: extern/riscv-isa-sim modified: extern/riscv-opcodes Changes not staged for commit: modified: extern/riscv-compliance (modified content) modified: extern/riscv-gnu-toolchain (modified content)
-
- Mar 05, 2021
-
-
Ben Marshall authored
On branch master Your branch is up-to-date with 'origin/master'. Changes to be committed: modified: .gitmodules modified: README.md modified: extern/riscv-isa-sim
-
- Nov 18, 2020
-
-
Ben Marshall authored
On branch master Your branch is ahead of 'origin/master' by 3 commits. (use "git push" to publish your local commits) Changes to be committed: modified: README.md modified: bin/parse_opcodes.py modified: tools/README.md new file: tools/gcc-patch-tasks.adoc Changes not staged for commit: modified: extern/riscv-compliance (modified content) modified: extern/riscv-gnu-toolchain (modified content) modified: extern/riscv-isa-sim (modified content) modified: extern/riscv-opcodes (modified content) modified: extern/sail-riscv (modified content, untracked content)
-
- Oct 16, 2020
-
-
Ben Marshall authored
On branch dev/next-release Your branch is up-to-date with 'origin/dev/next-release'. Changes to be committed: modified: README.md modified: tests/compliance/README.md new file: tests/compliance/test-plan-scalar.adoc Changes not staged for commit: modified: extern/riscv-compliance (modified content) modified: extern/riscv-gnu-toolchain (modified content) modified: extern/riscv-isa-sim (modified content) modified: extern/sail-riscv (modified content, untracked content)
-
- Oct 15, 2020
-
-
Ben Marshall authored
-
- Oct 12, 2020
-
-
Ben Marshall authored
- Change kat-gen to use the inbuilt SAIL executables. On branch dev/next-release Your branch is ahead of 'origin/dev/next-release' by 9 commits. (use "git push" to publish your local commits) Changes to be committed: modified: README.md new file: sail/Makefile new file: sail/README.md new file: sail/sail-riscv.patch new file: sail/setup-sail.sh modified: tests/kat-gen/Makefile modified: tests/kat-gen/README.md Changes not staged for commit: modified: extern/riscv-gnu-toolchain (modified content) modified: extern/riscv-isa-sim (modified content) modified: extern/sail-riscv (modified content, untracked content)
-
- Aug 13, 2020
-
-
Ben Marshall authored
-
Ben Marshall authored
On branch dev/repo-move Changes to be committed: modified: README.md Changes not staged for commit: modified: extern/riscv-gnu-toolchain (modified content) modified: extern/riscv-isa-sim (modified content)
-
Ben Marshall authored
- github.com/scarv/* -> github.com/riscv/* - See #25 On branch dev/repo-move Changes to be committed: modified: README.md modified: doc/README.md modified: doc/riscv-crypto-spec.bib modified: doc/riscv-crypto-spec.sty modified: doc/supp/fusion.adoc modified: doc/supp/vector-clmul-rfc.md modified: doc/tex/appx-benchmarking.tex Changes not staged for commit: modified: extern/riscv-gnu-toolchain (modified content) modified: extern/riscv-isa-sim (modified content)
-
- Aug 04, 2020
-
-
Ben Marshall authored
-
- Jul 31, 2020
-
-
Ben Marshall authored
Link to project board.
-
- Jul 28, 2020
-
-
Ben Marshall authored
-
- May 07, 2020
-
-
Ben Marshall authored
- Re-written instruction RTL and built "dropin" example FU. - Parameterised for RV32/64 and whether different instructions are included or not. - Formal checkers for lut4 and aes. Others TBD. On branch master Your branch is up-to-date with 'origin/master'. Changes to be committed: modified: README.md modified: rtl/Makefile modified: rtl/README.md new file: rtl/crypto-fu/Makefile.in new file: rtl/crypto-fu/riscv_crypto_fu.v new file: rtl/crypto-fu/riscv_crypto_fu_aes_mix_columns.v new file: rtl/crypto-fu/riscv_crypto_fu_lut4.v new file: rtl/crypto-fu/riscv_crypto_fu_saes32.v new file: rtl/crypto-fu/riscv_crypto_fu_saes64.v new file: rtl/crypto-fu/riscv_crypto_fu_sboxes.v new file: rtl/crypto-fu/riscv_crypto_fu_sm3.v new file: rtl/crypto-fu/riscv_crypto_fu_ssha256.v new file: rtl/crypto-fu/riscv_crypto_fu_ssha512.v new file: rtl/crypto-fu/riscv_crypto_fu_ssm4.v new file: rtl/crypto-fu/tb_checker_lut4_rv32.v new file: rtl/crypto-fu/tb_checker_saes.vh new file: rtl/crypto-fu/tb_checker_saes32.v new file: rtl/crypto-fu/tb_checker_saes64.v new file: rtl/crypto-fu/tb_riscv_crypto_fu.v new file: rtl/crypto-fu/verify.sby Changes not staged for commit: modified: extern/riscv-gnu-toolchain (modified content) modified: extern/riscv-isa-sim (modified content)
-
Ben Marshall authored
On branch master Your branch is ahead of 'origin/master' by 1 commit. (use "git push" to publish your local commits) Changes to be committed: modified: README.md new file: doc/README.md new file: doc/supplementary-info.adoc Changes not staged for commit: modified: extern/riscv-gnu-toolchain (modified content) modified: extern/riscv-isa-sim (modified content)
-
- Apr 23, 2020
-
-
Ben Marshall authored
-
Ben Marshall authored
-
- Mar 27, 2020
-
-
Ben Marshall authored
On branch master Your branch is up-to-date with 'origin/master'. Changes to be committed: modified: README.md
-
- Mar 12, 2020
-
-
Ben Marshall authored
-
- Feb 19, 2020
-
-
Ben Marshall authored
-
- Jan 21, 2020
-
-
Ben Marshall authored
-
Ben Marshall authored
On branch master Your branch is up-to-date with 'origin/master'. Changes to be committed: modified: README.md modified: rtl/Makefile new file: rtl/README.md
-
Ben Marshall authored
On branch master Your branch is ahead of 'origin/master' by 6 commits. (use "git push" to publish your local commits) Changes to be committed: modified: README.md modified: benchmarks/README.md
-
- Jan 11, 2020
-
-
Ben Marshall authored
On branch master Your branch is ahead of 'origin/master' by 3 commits. (use "git push" to publish your local commits) Changes to be committed: modified: README.md new file: benchmarks/README.md
-
- Jan 03, 2020
-
-
Ben Marshall authored
-
Ben Marshall authored
On branch master Your branch is ahead of 'origin/master' by 3 commits. (use "git push" to publish your local commits) Changes to be committed: modified: README.md
-
- Jan 01, 2020
-
-
Ben Marshall authored
On branch master Your branch is up-to-date with 'origin/master'. Changes to be committed: modified: README.md new file: tools/README.md new file: tools/build-all.sh new file: tools/build-binutils.sh new file: tools/build-gcc.sh new file: tools/build-newlib.sh new file: tools/build-pk.sh new file: tools/build-spike.sh new file: tools/clone-repos.sh new file: tools/common.sh
-
- Dec 12, 2019
-
-
Ben Marshall authored
On branch master Your branch is up-to-date with 'origin/master'. Changes to be committed: new file: .gitignore new file: Makefile modified: README.md new file: bin/conf.sh new file: doc/Makefile new file: doc/riscv-crypto-spec.bib new file: doc/riscv-crypto-spec.sty new file: doc/riscv-crypto-spec.tex new file: doc/tex/contributors.tex new file: doc/tex/sec-intro.tex new file: doc/tex/sec-randombit.tex new file: doc/tex/sec-scalar.tex new file: doc/tex/sec-vector.tex
-
Ben Marshall authored
-