Stefan Wallentowitz
Stefan Wallentowitz
The idea is to plot a dependency graph for the given core/system
Boost should always be considered a system include to avoid compilation problems in more pedantic builds.
Currently, the Makefile (and cmake file) refer to the library files as found in VERILATOR_ROOT (which is set in the Makefile). There are a couple of possible reason why this...
Hi, in a discussion around ROP gadgets I was pointed to a potential gadget issue with compressed instructions in upper halfwords of legal 32-bit instructions. An ROP attack could use...
This adds a beta Github action that is run on pushes and pull requests. It automatically annotates the sources with linter issues. Nothing extra is needed beyond merging. As a...
Hi, I am wondering about this: https://github.com/wavedrom/wavedrom/blob/master/lib/render-label.js#L12 This is supposed to be w/2, but implicitly casts to int. Hence, the rect is not centered, but a bit offset due to...
This adds a Github action that will automatically check pushes to the repository and pull requests. It will fail when the Verilator linter issues any warning. I propose to use...
This fixes compilation issues with the Verilator simulations.
Hi, this is a draft PR that adds FuseSoC support. Before merging we need: - [ ] Upstream fpnew core file, ideally in its own repository. That also removes the...
This adds support for FuseSoC. As example, it fixes the verilator model to directly use it. But even more interesting, it adds a github action that automatically runs the linter...