You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: