An open API service indexing awesome lists of open source software.

https://github.com/leonrinkel/lake

Yet another RISC-V core implemented in Verilog
https://github.com/leonrinkel/lake

Last synced: 4 months ago
JSON representation

Yet another RISC-V core implemented in Verilog

Awesome Lists containing this project

README

          

# lake
Yet another RISC-V core implemented in Verilog

```sh
$ ./cc.sh # compile prog.c
$ mkdir build && cd build
$ cmake .. # configure project
$ make # build project
$ ./lake_test # run simulation
```