PicoRV32: Compact RISC-V Core | Generated by AI

Home 2026.05

This repo is PicoRV32 — a size-optimized RISC-V CPU core by YosysHQ (the same folks behind Yosys open-source synthesis).

It’s a Verilog-based processor that implements the RISC-V RV32IMC instruction set (configurable as RV32E, RV32I, RV32IC, RV32IM, or RV32IMC). Key highlights:

The core Verilog module is picorv32.v, and there are variants picorv32_axi and picorv32_wb depending on the bus interface you need.

It’s licensed under the ISC license (MIT/BSD-like permissive). Looks like you cloned the upstream repo from github.com/YosysHQ/picorv32. Is there something specific you’re looking to do with it — synthesize it, run simulations, or modify the core?


Back Donate