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

Create a CAM primitive (and actually add Structs/Record Types) #65

Open
dz333 opened this issue Dec 13, 2021 · 0 comments
Open

Create a CAM primitive (and actually add Structs/Record Types) #65

dz333 opened this issue Dec 13, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@dz333
Copy link
Collaborator

dz333 commented Dec 13, 2021

In addition to normally addressed memories, we should support CAMs (content addressable memories) as primitives.

These need to, instead of returning a value, return a struct (essentially an Option type) since the value may not be in the CAM when reading. So we need to add structs too to support these haha.

@dz333 dz333 added the enhancement New feature or request label Dec 13, 2021
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