huihuilang53 / x-heep

eXtendable Heterogeneous Energy-Efficient Platform based on RISC-V

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


X-HEEP (eXtendable Heterogeneous Energy-Efficient Platform) is a RISC-V microcontroller described in SystemVerilog that can be configured to target small and tiny platforms as well as extended to support accelerators. The cool thing about X-HEEP is that we provide a simple customizable MCU, so CPUs, common peripherals, memories, etc. so that you can extend it with your own accelerator without modifying the MCU, but just instantiating it in your design. By doing so, you inherit an IP capable of booting RTOS (such as freeRTOS) with the whole FW stack, including HAL drivers and SDK, and you can focus on building your special HW supported by the microcontroller.

X-HEEP supports simulation with Verilator, Questasim, etc. Morever, FW can be built and linked by using CMake either with gcc or with clang. It can be implemented on FPGA, and it supports implementation in Silicon, which is its main (but not only) target. See below for more details.

The block diagram below shows the X-HEEP MCU

πŸ“‘ Please refer to the documentation in Read the Docs

Repository folder structure

.
β”œβ”€β”€ .github/workflows
β”œβ”€β”€ ci/scripts
β”œβ”€β”€ hw
β”‚   β”œβ”€β”€ asic
β”‚   β”œβ”€β”€ core-v-mini-mcu
β”‚   β”œβ”€β”€ fpga
β”‚   β”œβ”€β”€ ip
β”‚   β”œβ”€β”€ ip_examples
β”‚   β”œβ”€β”€ simulation
β”‚   └── vendor
β”œβ”€β”€ scripts
β”‚   β”œβ”€β”€ sim
β”‚   └── synthesis
β”œβ”€β”€ sw
β”‚   β”œβ”€β”€ applications
β”‚   β”œβ”€β”€ device/lib
β”‚   β”œβ”€β”€ linker
β”‚   └── vendor
β”œβ”€β”€ tb
β”œβ”€β”€ util
└── README.md

Reference

If you use X-HEEP in your academic work you can cite us: X-HEEP Paper

@misc{machetti2024xheep,
      title={X-HEEP: An Open-Source, Configurable and Extendible RISC-V Microcontroller for the Exploration of Ultra-Low-Power Edge Accelerators},
      author={Simone Machetti and Pasquale Davide Schiavone and Thomas Christoph MΓΌller and Miguel PeΓ³n-QuirΓ³s and David Atienza},
      year={2024},
      eprint={2401.05548},
      archivePrefix={arXiv},
      primaryClass={cs.AR}
}

About

eXtendable Heterogeneous Energy-Efficient Platform based on RISC-V

License:Other


Languages

Language:C 49.2%Language:SystemVerilog 24.8%Language:Smarty 9.6%Language:Python 7.9%Language:C++ 2.0%Language:Tcl 1.6%Language:Makefile 1.4%Language:CMake 1.3%Language:Shell 1.2%Language:Assembly 0.8%Language:SourcePawn 0.2%Language:Starlark 0.0%