$ 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....
from riscv_ctg.main import cli from riscv_ctg.ctg import ctg import pytest @pytest.fixture def runner(): return CliRunner() def test_version(runner): '''Testing version option''' result = runner.invoke(cli, ['--version']) assert result.exit_code == 0 # -r -d temp1 -x 32 -cf...
Binary Ninja Plugin for RISC-V. Contribute to uni-due-syssec/bn-riscv development by creating an account on GitHub.
Spike, a RISC-V ISA Simulator. Contribute to sebastien-riou/riscv-isa-sim development by creating an account on GitHub.