Luca Colagrande
Luca Colagrande
**Description** This pull request addresses issues #871, #391 and #298. While rotated ellipses require at most 5 points to be defined, it is useful to define ellipses based on ellipse...
Provides a more robust alternative to `read_dmi()`, which does not rely on a fixed delay, but rather calls `read_dmi()` until the read is successful and automatically adjusts the delay with...
The `forward_b_beat_push` signal should be asserted every time the last `W` handshake in a burst occurs on the master port. However, pushing to the FIFO should also be conditional on...
Corrects some missing pin warnings raised by Verilator 4.110.
This is a feature request to speedup simulation and CI time. Simulations for different parameterizations of an IP could be run in parallel as independent processes.
This PR fixes issue https://github.com/openhwgroup/cva6/issues/1785, implementing the same performance enhancement proposed in PR https://github.com/openhwgroup/cva6/pull/1497. Compared to the latter, it fixes a problematic corner case, which was likely the cause of...
ATI timing utility class. Provides convenience methods to time apply and acquire signal operations according to ATI specification.
Do I understand correctly, that the `flist` command outputs a whitespace-separated filelist (as could be used e.g. in Makefile prerequisites) and the `flist-plus` command now outputs what `flist` previously did...
Following https://github.com/pulp-platform/snitch_cluster/pull/154, there are still some non-resettable FFs in the Snitch cluster, that can be traced back to the `isochronous_spill_register` IP. This PR is a placeholder for addressing this issue....