On Thu, Jul 9, 2026 at 8:24 AM Pierrick Bouvier <[email protected]> wrote: > If you have a chance to take a look, I observed that test_timer.S is > flaky on xtensaeb with kc705_be. It fails with a probably of 25% on my > machine.
This is a rather well-known issue that for a core with .clock_freq_khz that is not exactly matching the icount argument used to run the timer test it will sometimes fail. The easiest way to fix it is probably changing the default core clock frequency. The more useful way to fix it would be to make the core clock of the `sim` machine adjustable and set it to the value that matches the icount. -- Thanks. -- Max
