Francesco Conti
Francesco Conti
https://github.com/pulp-platform/axi/blob/ac5deb3ff086aa34b168f392c051e92603d6c0e2/src/axi_pkg.sv#L468-L476 Logically speaking, it seems to me that the `xbar_latency_e` should be a `logic` vector (or a `struct`), not an enumeration. It makes logically sense to activate cuts for each...
This purely cosmetic PR: - makes the internal style used in PULP SOC a bit more consistent - aligns to the common PULP practice in terms of indentation (2 spaces),...
In the following situation, `bender` works in a way I fail to rationalize. Assume you have a nest of IPs: `pulp` depends on `pulp_cluster` (and contains it), which depends on...
The error has been reported in the past in a closed issue in PULPissimo: https://github.com/pulp-platform/pulpissimo/issues/71#issuecomment-522698136 but is also triggered in other conditions (e.g., on work that is not yet open-source)....