AUK-V is a RISC-V 32 bit processor compatible with RV32I instructions
git clone https://github.com/riscv/riscv-gnu-toolchain.git
cd riscv-gnu-toolchain
./configure --with-arch=rv32i --prefix=/opt/riscv32i
make newlib
cd make/wishbone
make rom
uart bootloader
Documentation