https://github.com/xigh/rv-libdec
https://github.com/xigh/rv-libdec
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/xigh/rv-libdec
- Owner: xigh
- License: mit
- Created: 2021-11-13T17:42:43.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-13T21:56:33.000Z (over 3 years ago)
- Last Synced: 2025-01-08T06:20:07.782Z (5 months ago)
- Language: C
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rv-dec
Very simple riscv opcodes decoder.
### Notes :
It compiles on Linux/FreeBSD, MacOS and Windows (both with WSL and VS 2019 Compiler).
### Requirements :
* CMake
* C compiler### How to download :
```sh
git clone --recurse-submodules https://github.com/xigh/rv-libdec
cd rv-libdec
```### How to compile :
```sh
mkdir build
cd build
cmake ..
cmake --build .
```