This project contains a complete RISC-V SoC implemented using Chisel3. The SoC supports features such as AXI4-Lite, caching, bus, and so on. This README will provide instructions for building and running the SoC.
Before you can build and run the project, you will need to make sure you have the following software installed:
Verilator, RISC-V GNU toolchain, Mill, Scala
sudo pacman -S verilator riscv64-unknown-elf-binutils riscv64-unknown-elf-gcc riscv64-unknown-elf-newlib mill scala
brew install verilator riscv-tools mill [email protected]
To build the Project, please follow these steps:
# Clone the repository
git clone https://github.com/Chasing1020/rvsoc.git
# Change into the project directory
cd rvsoc
# This will compile the Chisel code and generate Verilog files
make
# or you just want test the Modules
make test
Congratulations! You now have a complete RISC-V SoC implemented using Chisel3.
You can use this SoC as a starting point for your own projects, or modify it to suit your needs.
If you have any questions or issues, please feel free to open an issue in the repository.
RVSoC is under the Apache 2.0 license. See the LICENSE file for details.