Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/c71n93/kremne
- Owner: c71n93
- Created: 2024-06-03T12:49:49.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-06-04T17:34:43.000Z (5 months ago)
- Last Synced: 2024-06-04T19:44:38.330Z (5 months ago)
- Language: C++
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Usage
Build:
```bash
mkdir build && cd build
cmake ..
make
```
Run tests:
```bash
cd build && ctest
```