Moritz Imfeld

Results 8 comments of Moritz Imfeld

Hi @stevobailey AFAIK, to be compliant with `Zve32x` there should be support for `*.vf[2|4]`, where `vf4` is only legal if `SEW` = 32 (because the instruction will extend from elements...

From further observation I found that **this issue only arises when "commit delay" is enabled**. Usually what causes the result to be wrong is that either the value on the...

Additionally, this can also happen for **masked** `vwredsum(u).vs`. However, I don't know if the root cause is the same.

Hi @stevobailey and @michael-platzer This is indeed a very good point. When I implemented the ASIC register file I did not think about this case. And when compiling the code...

I will check what caused the CI error and push another commit once I fixed it.

Hi @michael-platzer Thanks a lot for reviewing! I incorporated your feedback and now the implementation looks a lot cleaner. If you want I can squash the commits before merging, let...

Hi @Silabs-ArjanB I disagree that it would be difficult to add cv32e40p (and probably also in the cv32e40x). You could add a buffer for x-interface memory result transactions on the...

Hi, Thanks for your interest in our work! There are three tasks you need to do to add support for a new architecture: - Write a top-level fusion function (like...