Skip to content

Latest commit

 

History

25 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

RISC-V CPU (RV32I, RV32M)

Developed by Zach Tey, Matias Ketema

To run tests-> (for pipelined version)

Method 1: run_tests.sh script

  1. Add _mem_in.hex and _regs_in.hex file into 'tests' folder
  2. Add into run_tests.sh (line 13) eg. tests=("lui" "easy")
  3. Run "./run_tests.sh

Method 2: Makefile

  1. Add _mem_in.hex and _regs_in.hex file into 'tests' folder
  2. Add into Makfile (line 8) eg. TESTS = lui
  3. Run "make run_all", or "make run TEST="

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages