Skip to content
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

Add Hardware Cache wrapper #12

Open
micprog opened this issue Aug 22, 2024 · 0 comments
Open

Add Hardware Cache wrapper #12

micprog opened this issue Aug 22, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@micprog
Copy link
Member

micprog commented Aug 22, 2024

The current Memory Island is designed as a L2 scratchpad memory. A significant enhancement would be to introduce cache hardware (e.g., like AXI LLC) in a dedicated wrapper to allow a runtime-configurable section in the memory island to be used as a hardware-managed cache rather than a scratchpad memory. While the highest performance is more easily achievable with manual memory management, the simplicity of using a cache can be beneficial for a user in a multi-accelerator system.

@micprog micprog added the enhancement New feature or request label Aug 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant