Philipp Wagner
Philipp Wagner
Thanks for your answer @ymyzk. I understand the current behavior, but I'm wondering if it couldn't be changed? Is there a reason why only listed environments can be used in...
IMO, the main benefit of using `/merge` is consistency with other CI solutions: if you have multiple checks under a PR which report results, it is confusing if those checks...
> Some more documentation (e.g. a README.md in dv/cosim). In particular describing how you build spike Can you add the documentation to the rst documentation instead? Finding the right README...
@udinator The entire log file is around 60 MB and I cannot attach it to this issue due to its size. You can find it (together with all other log...
This test is still timing out in current master (70c3702421feccc0774a9a948aebe94cfa289623). Here's a more recent run: ``` make -C dv/uvm/core_ibex ISS=spike IBEX_CONFIG=experimental-maxperf-pmp-bmfull ``` ``` 2021-03-11T10:16:40.4119061Z Thu, 11 Mar 2021 10:16:40 INFO...
Thanks for this detailed report @Seek64. Reading through it, I think we might have a specification issue here, not so much an implementation issue. And the solution could be to...
Yes, we explicitly installed the distribution's version of pyyaml as the PyPi-distributed version didn't include the libyaml (C) library bindings, but only the pure-Python version, which is significantly slower. Ubuntu...
The update flag shouldn't be needed, we're happy with any version satisfying the requirements.
"Sparse" reads are not possible in TL-UL, and are currently not emitted by Ibex. I thought we had an assert for that in the adapter code somewhere but I can't...
If at all possible, it would be great to have a memory interface that matches the one used in other PULP-derived IP, e.g. CV32E40P (RISCY), Ariane, and the debug module....