MINRES The Good Folks Series cores ISS
Go to file
Eyck Jentzsch 926a03c346 Merge branch 'develop' into main 2023-12-02 14:18:13 +01:00
cmake fixes linker isseu using whole-archive 2023-07-19 08:19:38 +02:00
contrib adds formatting fixes 2023-11-05 17:19:43 +01:00
gen_input fixes include path of asmjit helpers 2023-11-20 16:07:01 +01:00
softfloat applies clang-format changes 2023-10-29 17:06:56 +01:00
src apply clang-format 10 fixes 2023-12-01 14:50:54 +01:00
src-gen add generated core registration 2023-07-14 12:51:51 +02:00
.clang-format applies clang-format changes 2023-10-29 17:06:56 +01:00
.cproject reorganized layout to only contain risc-v stuff 2019-06-11 16:49:37 +00:00
.gitignore updates .gitignore 2023-10-29 17:08:18 +01:00
.project removes trace compass nature 2023-07-06 10:39:59 +02:00
CMakeLists.txt merge commit 2023-10-22 15:13:25 +02:00
LICENSE Initial commit 2017-08-27 13:04:48 +02:00
README.md Update TGF naming convention 2020-09-11 10:45:44 +02:00

README.md

DBT-RISE-TGFS

Core of an instruction set simulator based on DBT-RISE implementing Minres The Good Folks Series cores. The project is hosted at https://git.minres.com/DBT-RISE/DBT-RISE-TGFS .

This repo contains only the code of the RISC-V ISS and can only be used with the DBT_RISE. A complete VP using this ISS can be found at https://git.minres.com/VP/Ecosystem-VP which models SiFives FE310 controlling a brushless DC (BLDC) motor.

This library provide the infrastructure to build RISC-V ISS. Currently part of the library are the following implementations adhering to version 2.2 of the 'The RISC-V Instruction Set Manual Volume I: User-Level ISA':

  • RV32I (TGF-B)
  • RV32MIC (TGF-C)

All pass the respective compliance tests. Along with those ISA implementations there is a wrapper (riscv_hart_m_p.h) implementing the Machine privileged mode as of privileged spec 1.10. The main.cpp in src allows to build a stand-alone ISS when integrated into a top-level project. For further information please have a look at https://git.minres.com/VP/RISCV-VP.

Last but not least an SystemC wrapper is provided which allows easy integration into SystemC based virtual platforms.

Since DBT-RISE uses a generative approach other needed combinations or custom extension can be generated. For further information please contact info@minres.com.