Skip to content

ts-manuel/RISCV_MK1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RISC-V MK1

Board_3D_TOP.png

Table of Contents
  1. About The Project
  2. Installation (Newlib)
  3. Installation (GHDL)

About The Project

Multicycle RISC-V CPU implemented in VHDL.

Installation (Newlib)

https://github.com/riscv-collab/riscv-gnu-toolchain\ To build the cross-compiler, pick an install path.
If you choose, say, /opt/riscv, then add /opt/riscv/bin to your PATH now.
Then, simply run the following command:

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

Installation (GHDL)

https://github.com/ghdl/ghdl\ To build GHDL, pick an install path.
If you choose, say, /usr/local then, simply run the following command

sudo apt-get install gnat-12
git clone https://github.com/ghdl/ghdl.git
cd ghdl
mkdir build
cd build
../configure --prefix=/usr/local
sudo make
sudo make install

About

Multicycle RISC-V CPU implemented in VHDL

Resources

Stars

Watchers

Forks

Packages

No packages published