$ git clone https://github.com/riscv/riscv-tests $ cd riscv-tests $ git submodule update --init --recursive $ autoconf $ ./configure --prefix=$RISCV/target $ make $ make install The rest of this document describes the format of test programs for the RISC-V architecture....
git clone https://github.com/serge0699/riscv-tests-intro.git cd riscv-tests-intro git -c submodule."submodules/riscv-gnu-toolchain".update=none submodule update --recursive --init && git submodule update --initСтруктура
Only attempt to build tests supported by compiler aswatermancommittedNov 21, 2020 58eb560 Commits on Jul 14, 2020 bump env to fix riscv-software-src#286 aswatermancommittedJul 15, 2020 3261a31 Commits on Mar 30, 2020 Add debug-check-fast target for aswatermancommittedMar 30, 2020 ...
$ git clone https://github.com/riscv/riscv-tests $ cd riscv-tests $ git submodule update --init --recursive $ autoconf $ ./configure --prefix=$RISCV/target $ make $ make install The rest of this document describes the format of test programs for the RISC-V architecture....
riscv-tests-intro/riscv-tests projects Projects Templates Search all projects Search results No open projects Footer © 2024 GitHub, Inc. Footer navigation Terms Privacy Security Status Docs Contact Manage cookies Do not share my personal information ...
riscv-software-src / riscv-ctg Public archive Notifications Fork 51 Star 40 master Breadcrumbs riscv-ctg /tests / test_riscv_ctg.py Latest commit HistoryHistory File metadata and controls Code Blame 21 lines (18 loc) · 635 Bytes Raw 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15...
riscv-hyp-tests Public Forked from josecm/riscv-hyp-tests A bare-metal application to test specific features of the risc-v hypervisor extension C 0 GPL-3.0 22 0 0 Updated Dec 20, 2023 riscv-coremark Public Forked from riscv-boom/riscv-coremark Setup scripts and files needed to co...
$ git clone https://github.com/riscv/riscv-config.git Running the Tests Once everything is set up, you can run the tests using the following command: $ riscof run --config config.ini --suite riscv-test-suite/ --env riscv-test-suite/env Running the coverage command You can run...
RISC-V Boot and Runtime Services Test Suite. Contribute to riscv-software-src/riscv-brs-tests development by creating an account on GitHub.
riscv-tests, a set of assembly tests and benchmarks In the installation guide for Linux builds, we built only the simulator and the front-end server. Binaries built against Newlib withriscv-gnu-toolchainwill not have the luxury of being run on a full-blown operating system, but they will...