Skip to content

wallento/riscv-ca-teaching

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Practical RISC-V Education in Computer Architecture

The goal of this repository is to provide access to ressources for practical RISC-V education in computer architecture. What I found in my own courses in computer science is that RTL and waveforms are not very accessible to students and thus I created pipeline-viewer.

Install pipeline-viewer

You can install pipeline-viewer directly with pip:

pip install pipeline-viewer

Update the processor core submodules

The processor cores sit in git submodule folders, which you need to fetch.

git submodule update --init --recursive

Run BOOM demo

cd chipyard
./scripts/init-submodules-no-riscv-tools.sh
cd sims/verilator

About

RISC-V in Practical Computer Architecture Education

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages