x-heep icon indicating copy to clipboard operation
x-heep copied to clipboard

eXtendable Heterogeneous Energy-Efficient Platform based on RISC-V

Results 109 x-heep issues
Sort by recently updated
recently updated
newest added

This would remove the need of creating a dummy xif and connecting it to the ports of `x_heep_system` as done in the `tb/testharness.sv` with: ~~~ // eXtension Interface if_xif #()...

enhancement

Implementation of a I3C based peripheral

enhancement

We would like to have a Docker image containing all necessary tools for X-HEEP, to make it as plug and play as possible. This can start from the one published...

enhancement

- [ ] Make RAM configurable, including LD script - [x] Make Bus Addressing configurable, interleaved or contiguous - [ ] Make ID of master and slaves auto inferred by...

- [ ] Add configuration flag in mcu_cfg.hjson - [ ] Add localparam in core_v_mini_mcu_pkg that contains mcu_cfg set - [ ] Add parameter in power manager - [ ]...

enhancement

even the simplest Arm MCUs (eg, Cortex-M0) can minimally distinquish between three basic reset modes: 1) a _hard_ reset (power-on, reset-button) 2) a _soft_ reset (initiated programmatically by firmware) 3)...

help wanted