|
3 days ago | |
---|---|---|
cmake | 3 years ago | |
incl | 6 months ago | |
src | 6 months ago | |
.clang-format | 3 years ago | |
.gitignore | 2 years ago | |
.gitmodules | 10 months ago | |
CMakeLists.txt | 3 days ago | |
LICENSE | 3 years ago | |
README.md | 1 year ago |
A versatile Dynamic Binary Translation (DBT) based environment to implement instruction set simulator (ISS)
This library contains the core elements of DBT-RISE and as such intended to be part of a target project like DPT-RISE-RISCV or RISCV-VP.
It implements the basic structure toquickly develop ISS using dynamic binary translation using LLVM as backend.