BOISSON Brice 0fa44c1830 Merge pull request #5 from BriceBoisson/test-3
Add: new test source code + Fix: gen_bin script and bin path
2023-11-25 23:19:04 +09:00
2023-11-20 22:20:42 +09:00
2023-11-25 19:48:46 +09:00

RISC-V Verilog

This project is an educative project with the goal to implement a basic RISC-V CPU in Verilog for an educative purpose.

This CPU will implement the RV32I ISA, with the following goals:

  • Single cycle RISC-V RVI32I CPU
  • Multi cycle CPU
  • Pipelining
  • (Bonus) RISC-V privileged ISA

How to Run the Test

Use the command : make TARGET=<test_bench>-<sub_test>

With test_bench among the listed test bench in the tb directory and sub_test a source code file in the tb/test_source_code/tb_<test_bench> directory.
Example: make TARGET=risc_v_cpu-test

You can remove the dash and sub_test argument to run only the non source code based test.
Example: make TARGET=risc_v_cpu

Or use all as a sub_test to run all test associated to a test_bench.
Example: make TARGET=risc_v_cpu-all

Description
No description provided
Readme 127 KiB
Languages
Verilog 75.1%
Assembly 10.9%
Shell 5.6%
SystemVerilog 5.1%
Python 2.9%
Other 0.4%