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

Crabs: Add ScratchPad: A memory aligned block of hot cache scratch pad RAM that can also be used for return values #241

Open
CookingWithCale opened this issue Oct 16, 2022 · 0 comments

Comments

@CookingWithCale
Copy link
Collaborator

Problem

The problem is that we need to fit in the small amount of cache as possible.

Solution

The solution is to create a configurable-sized array of words that we can use both for scratch pad memory as well as passing return values.

File Affected

  1. ?

Hierarchy

Tags

Mission

A

Sessions

License

Copyright ©2022 Kabuki Starship; all rights reserved.

@CookingWithCale CookingWithCale changed the title Add Tag>ScratchPad<>Description A memory aligned block of hot cache scratch pad RAM that can also be used for return values.< Crabs: Add ScratchPad: A memory aligned block of hot cache scratch pad RAM that can also be used for return values Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant