Skip to content

veeYceeY/AUK-V

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AUK-V

Alt text

AUK-V is a RISC-V 32 bit processor compatible with RV32I instructions

Install tool chain

git clone https://github.com/riscv/riscv-gnu-toolchain.git
cd riscv-gnu-toolchain
./configure --with-arch=rv32i --prefix=/opt/riscv32i
make newlib

Create code rom in vhdl

cd make/wishbone
make rom 

Todo

uart  bootloader

Documentation