This is the RISC-V ISA implementation by Group 2
Explore the docs »
Report Bug
·
This is the RISC-V CPU implimentation using VERILOG_HDL.
To get a local copy up and running follow these simple steps.
- Clone the repo
git clone https://github.com/github_username/repo_name.git
- Install Verilog
sudo apt-get install iverilog
- Install GDKwave
sudo apt install gtkwave
- Navigate to folder
cd CPU\ Testbench
- Compile
iverilog -o group2cpu.vvp RiscV_TB.v
- Run
vvp group2cpu.vvp
- Open with GTKwave tool
gtkwave cpu_wavedata.vcd
This is tested with the verilog compiler version 10.3
Distributed under the MIT License. See LICENSE
for more information.
Isuru Lakshan - @isuru - email Randika viraj - @randika - email
Project Link: https://github.com/cepdnaclk/e16-co502-RISCV-Pipeline-CPU-Implimentation-Group2