x-heep
x-heep copied to clipboard
eXtendable Heterogeneous Energy-Efficient Platform based on RISC-V
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 #()...
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...
- [ ] 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 - [ ]...
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)...