Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/c71n93/kremne

RISC-V verilog model
https://github.com/c71n93/kremne

Last synced: 27 days ago
JSON representation

RISC-V verilog model

Awesome Lists containing this project

README

        

### Usage
Build:
```bash
mkdir build && cd build
cmake ..
make
```
Run tests:
```bash
cd build && ctest
```