|
|
@ -1,12 +1,6 @@ |
|
|
|
# DBT-RISE |
|
|
|
A versatile Dynamic Binary Translation (DBT) based environment to implement instruction set simulator (ISS) |
|
|
|
|
|
|
|
**DBT-RISE README** |
|
|
|
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. |
|
|
|
|
|
|
|
This is currently a proof of concept and work in progress, so use at your own risk. This repository contains the core elements of DBT-RISE and as such intended to be part of a target project like DPT-RISE-RiscV. |
|
|
|
|
|
|
|
**Planned features** |
|
|
|
|
|
|
|
* extend GDB functionality |
|
|
|
* enhance performance |
|
|
|
|
|
|
|
It implements the basic structure toquickly develop ISS using dynamic binary translation using LLVM as backend. |