Skip to content

Latest commit

 

History

History
27 lines (25 loc) · 395 Bytes

README.md

File metadata and controls

27 lines (25 loc) · 395 Bytes

Risc-V Processor

RV32I Single Cycle Processor

Howt to download

git clone --recursive [email protected]:mmxsrup/riscv-processor.git

How to test

Create a binary file for testing

cd ./riscv-tests/isa/
make XLEN=32
cd -

Create vivado project

make create_project

Execute simulation

make simulation

Confirm test results

more tests/testlog.txt