-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sw: Multi-cluster runtime improvements #147
Conversation
50be571
to
a8fe8ae
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since snitch_cluster_defs.h
is also auto-generated now, perhaps we want to just merge it with snitch_cluster_cfg.h
. I believe the previous idea was to just separate the auto-generated defines to a single place, and everything else derived from it. But I think it's not too relevant and we can just merge them to possibly simplify the codebase.
Further minor comments follow.
target/snitch_cluster/sw/runtime/common/snitch_cluster_defs.h.tpl
Outdated
Show resolved
Hide resolved
069a505
to
433d286
Compare
433d286
to
df6c738
Compare
This PR aims to improve the snitch runtime when when the snitch cluster is used as a dependency in a multi-cluster system.
Changes
snitch_cluster_defs.h
with the number of clustersnr_quadrants
in configuration, which is obsolete in my opinion and was never actually used anywhere.