Mateusz Hołenko

Results 79 comments of Mateusz Hołenko

Hi @davidalo, We debugged the problem and it seems Renode currently lacks support for the `WFE` instruction. As a result some fragments of code loop actively instead of sleeping which...

Hi @davidalo, https://github.com/renode/renode/commit/b53a8c50783a2cbc23a4bc189cafac64ce4876c9 adds support for the `WFE` instruction - with this Renode should be able to handle sleeps in Mbed OS correctly. Could you check if this works for...

Hi @GaelRap, Looking at the end of the log I see that the last warning is related to an unhandled PHY write. Have you tried extending the platform and attaching...

@rene-becker-setec thanks for reporting the issue! We've looked at it and should have a fix released soon.

The problem turned out to be related to proper clearing of translation cache. It should be fixed in: https://github.com/renode/renode/commit/4caf86ac0433d095a6f098fba7e257b8302890a7. Could you verify it works for you now, @xobs ?

FTR, another way of handling this situation is at: https://github.com/antmicro/renode-riscv-torture-example/blob/main/torture.resc. It uses a dictionary in the emulation to keep track of the current status and additional python loop to observe...

Thanks @Pagten for your contribution! This is merged upstream in 0d14dfd1a45c277674a690b5d32c34c97327896b.

We've already copied the binary to dl.antmicro.com and updated the robot test: https://github.com/renode/renode/blob/9a7f547c5e0fccdbe7bf52461df872851bdd1237/tests/platforms/STM32F072b.robot#L93 (to be consistent with other demos/tests).

This should be fixed by https://github.com/renode/renode/commit/b8d1a66028e0a59dc017f5e6555e09e63fefed32, @csatadani could you check if it works fine for you now?

Hi @mofanv, the bug with referencing an unexisting file in https://github.com/antmicro/litex-vexriscv-tensorflow-lite-demo is already solved - please take a look at the newest commit. As for the `Tried to load assembly...