-
Notifications
You must be signed in to change notification settings - Fork 59
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
Replace snitch_icache with cluster_icache dependency #112
Conversation
Thanks @micprog! LGTM, only thing I would change concerns the CI fix. Since pulp-platform/common_cells#217 was merged to master already, I would temporarily use that hash in the Let me know what you think, I can implement the remaining changes and merge. |
I think waiting shortly for the common_cells release would make sense to keep consistency and maximum testability. Separating the CI fixes from this PR would also be valuable as a separation of concerns. |
b5e7a29
to
0dff824
Compare
0dff824
to
fe855aa
Compare
In order to keep a single common source for IPs, the snitch_cluster instruction cache was extracted into its own repository. This repository was updated with features from Mempool, allowing reuse of common features, improvements, and bugfixes. This PR updates the icache to point to this new common source through a bender dependency.