RISC-V topic

Unlike most other ISA designs, the RISC-V ISA is provided under open source licenses that do not require fees to use. A number of companies are offering or have announced RISC-V hardware, open source operating systems with RISC-V support are available and the instruction set is supported in several popular software toolchains.

Notable features of the RISC-V ISA include a load–store architecture, bit patterns to simplify the multiplexers in a CPU, IEEE 754 floating-point, a design that is architecturally neutral, and placing most-significant bits at a fixed location to speed sign extension. The instruction set is designed for a wide range of uses. The base instruction set has a fixed length of 32-bit naturally aligned instructions, and the ISA supports variable length extensions where each instruction could be an any number of 16-bit parcels in length. Subsets support small embedded systems, personal computers, supercomputers with vector processors, and warehouse-scale 19 inch rack-mounted parallel computers.

List RISC-V repositories

fpga101-workshop

67
Stars
13
Forks
Watchers

FPGA 101 - Workshop materials

chiselv

94
Stars
16
Forks
Watchers

A RISC-V Core (RV32I) written in Chisel HDL

riscv-card

426
Stars
53
Forks
Watchers

An unofficial assembly reference for RISC-V.

awesome-riscv

117
Stars
13
Forks
Watchers

😎 A curated list of awesome RISC-V implementations

awesome-risc-v

64
Stars
7
Forks
Watchers

Curated list of awesome resources related with RISC-V

interp

42
Stars
3
Forks
Watchers

Interpreter experiment. Testing dispatch methods: Switching, Direct/Indirect Threaded Code, Tail-Calls and Inlining

blflash

54
Stars
15
Forks
Watchers

bl602 serial flasher

capstone

7.1k
Stars
1.5k
Forks
Watchers

Capstone disassembly/disassembler framework for ARM, ARM64 (ARMv8), Alpha, BPF, Ethereum VM, HPPA, M68K, M680X, Mips, MOS65XX, PPC, RISC-V(rv32G/rv64G), SH, Sparc, SystemZ, TMS320C64X, TriCore, Webass...

unicorn

7.2k
Stars
1.3k
Forks
Watchers

Unicorn CPU emulator framework (ARM, AArch64, M68K, Mips, Sparc, PowerPC, RiscV, S390x, TriCore, X86)

ncnn

19.5k
Stars
4.1k
Forks
568
Watchers

ncnn is a high-performance neural network inference framework optimized for the mobile platform