Merge pull request#1848from riscv-software-src/fix-1846 Nov 1, 2024 fd0a927·Nov 1, 2024 History 3,471 Commits .github/workflows Fix riscv-tests commit for CI Jun 27, 2024 arch_test_target/spike update set_msw/clear_msw/set_mtimer/clear_mtimer ...
$ 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. ...
hardware manipulation functions. For all supported platforms, OpenSBI also provides several runtime firmware examples built using the platformlibplatsbi.a. These example firmwares can be used to replace the legacyriscv-pkbootloader (aka BBL) and enable the use of well-known bootloaders such asU-...
We assume that the RISCV environment variable is set to the RISC-V tools install path, and that the riscv-gnu-toolchain package is installed. Please note that building the binaries directly inside the source directory is not supported; you need to use a separate build directory. ...
This provides packages to install the RISC-V toolchain on macOS using Homebrew. Installation First, install homebrew: $ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" Get this tap: $ brew tap riscv-software-src/riscv Build the toolchain...
riscv-software-src/riscv-isa-simPublic NotificationsYou must be signed in to change notification settings Fork829 Star2.4k Files master .github arch_test_target ci-tests customext debug_rom disasm fdt fesvr riscv scripts softfloat spike_dasm ...
Your favorite software distribution may already have packages that include a RISC-V cross compiler, which is probably the fastest way to get started. As of writing this README (March, 2019) I can trivially find packages for ALT Linux, Arch Linux, Debian, Fedora, FreeBSD, Mageia, OpenMandriva...
Cancel Create saved search Sign in Sign up {{ message }} riscv-software-src / riscv-isa-sim Public Notifications You must be signed in to change notification settings Fork 796 Star 2.3k Code Issues 244 Pull requests 37 Actions Projects ...
[bumpversion] current_version = 0.12.1 commit = True tag = True [bumpversion:file:riscv_ctg/__init__.py] search = __version__ = '{current_version}' replace = __version__ = '{new_version}' [bdist_wheel] universal = 1 [flake8] exclude = docs [aliases] 1 2 3 4 5 6 7 8...
Spike, a RISC-V ISA Simulator. Contribute to riscv-software-src/riscv-isa-sim development by creating an account on GitHub.