boards: mpfs_icicle: add renode simulation support#98660
Merged
cfriedt merged 2 commits intozephyrproject-rtos:mainfrom Jan 8, 2026
Merged
boards: mpfs_icicle: add renode simulation support#98660cfriedt merged 2 commits intozephyrproject-rtos:mainfrom
cfriedt merged 2 commits intozephyrproject-rtos:mainfrom
Conversation
e5505ea to
45090fc
Compare
45090fc to
7c2a12a
Compare
7c2a12a to
15b3d10
Compare
This was referenced Dec 5, 2025
15b3d10 to
69e68f6
Compare
Add Renode simulation support for `mpfs_icicle`. Signed-off-by: Marek Slowinski <mslowinski@antmicro.com>
Tune quantum parameter for selected kernel tests targeting mpfs_icicle platform. Those tests require higher fidelity of the virtual time flow which is achievable on multi-core platforms in Renode by reducing the quantum. Increase time resolution to 10us (default is 100us). It is a maximum drift of the virtual time between simulated processors in SMP configuration. Signed-off-by: Marek Slowinski <mslowinski@antmicro.com>
69e68f6 to
a2008c9
Compare
|
fkokosinski
approved these changes
Dec 16, 2025
Member
|
@con-pax - could you take a look at this PR? Thanks! |
Contributor
@fkokosinski yep - I will try take a look today |
Contributor
Author
|
Hi @con-pax, do you think we can move forward with this PR? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Add Renode simulation support for
mpfs_icicle.Renode 1.16.0 required for the support was activated on Zephyr CI in 8e687fc.