$ 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. ...
RISC-V Boot and Runtime Services Test Suite. Contribute to riscv-software-src/riscv-brs-tests development by creating an account on GitHub.
Many test programs use CSR read/write instructions but are compiled using an -march=... option that does not include the zicsr extension. This was not a problem in the past (pre GCC 12, I think) when the zicsr and zifencei extensions wer...
Spike, a RISC-V ISA Simulator. Contribute to riscv-software-src/riscv-isa-sim development by creating an account on GitHub.
[submodule "env"] path = env url = https://github.com/riscv/riscv-test-env.git url = https://github.com/cis5710/riscv-test-env.git 0 comments on commit 1cb622e Please sign in to comment. Footer © 2025 GitHub, Inc. Footer navigation Terms Privacy Security Status Docs Contact...
riscv-tests-intro / riscv-tests Public forked from riscv-software-src/riscv-tests Notifications Fork 0 Star 0 Code Pull requests Actions Projects Security Insights Actions: riscv-tests-intro/riscv-tests Actions All workflows Management Caches Attestations All workflows Showing...
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...
The fence.i instruction test's self-modifying instruction is located in the .text.init section, where it seems like a program executing from ROM wouldn't be able to modify it. Would it be possible to place the instruction which gets modi...
Открытыйознакомительныйкурс "Введениевфункциональнуюверификацию RISC-V ядер" - riscv-tests-intro/riscv-tests-intro
RISCV-CTG: [DOCS]: This is a RISC-V Architectural Test generator used to generate some of the tests already checked into this repository. Videos: This Global Forum 2020 video provides an introduction to the above mentioned tools riscvOVPsim: Imperas freeware RISC-V reference simulator for compl...