MINRES The Good Folks Series cores ISS
Go to file
Eyck Jentzsch 09955be90f update gitignore 2021-12-05 08:45:49 +01:00
.settings Adapted generated code to support translation block linking 2018-05-15 18:50:11 +02:00
contrib add install target and PA compatibility 2021-08-16 17:02:31 +02:00
gen_input fix stand-alone ISS compilation to include all generated cores 2021-11-26 17:56:40 +01:00
incl add option to configure number of irq 2021-12-01 12:56:36 +01:00
softfloat add MSVC 16 compatibility 2021-10-10 19:06:41 +02:00
src fix stand-alone ISS compilation to include all generated cores 2021-11-26 17:56:40 +01:00
.clang-format Added clang-format formatting 2017-09-25 22:29:21 +02:00
.cproject reorganized layout to only contain risc-v stuff 2019-06-11 16:49:37 +00:00
.gitignore update gitignore 2021-12-05 08:45:49 +01:00
.gitmodules Relative path to a submodule 2020-12-10 15:32:03 +01:00
.project Updated Eclipse project name 2018-04-09 20:05:18 +02:00
CMakeLists.txt fix stand-alone ISS compilation to include all generated cores 2021-11-26 17:56:40 +01: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.