Manuel Eggimann
Manuel Eggimann
Bender has the issue, that most of the time it ignores the name stated in the bender.yml and uses the name used in dependent packages (e.g. riscv core package). All...
When using version override in a Bender.local file, Bender behaves inconsistent to a normal version declaration: Let's assume the following Bender.yml file of a sub-dependency: ``` yml ... dependencies: foo:...
Using bender with larger SoC projects that contain many dependencies, we easily run into the issue, that there are semantic versioning conflicts that cannot easily be resolved in the short...
By default, hterm sends the ASCII Delete character (\x7f) when hitting the backspace key. This is incompatible with the behavior of the nrf_cli library which only reacts on the backspace...
Remove unused old files and remove support for IPApprox
The existing apb_soc_ctrl register file in `soc_peripherals` is extremely cumbersome to modify and causes tons of linter warnings. This PR replaces the old regfile with an auto-generated register file using...
This PR contains a collection of improvements to the soc peripheral infrastructure and the SoC in general assembled from the last couple of tapeouts. Here is a list of changes:...
This would increase debug performance. The debug ROM has constant latency of 1 cycles and is thus compatible with tcdm_xbar in the contiguous logarithmic interconnect.