Skip to content

Processor implemented in SystemVerilog based on RISC-V ISA

License

Notifications You must be signed in to change notification settings

sh-mug/RISCoffee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RISCoffee

Processor implemented in System Verilog based on RISC-V ISA

Build Instructions

To build the project, follow these steps:

cd test
cmake -S . -B build -G Ninja
ninja -C build

Once the project is built, you can run the Verilated simulation using the following command:

build/test_all

This command will execute the simulation, and as a result, a waveform file named simx.vcd will be generated.

About

Processor implemented in SystemVerilog based on RISC-V ISA

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published