Support for strobe/enable on read interfaces
Open
enhancement
help wanted
- Dominant language
- Dart
- Stars
- 115
- Forks
- 39
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 1
Description
### Motivation
Some RF implementations allow strobing/byte enable on the read side in addition to the write side. This can be helpful for latch-based memory when writing different portions of a line of data, or for power savings.
### Desired solution
Add support for `StrobeDataPortInterface` on read interfaces of `RegisterFile`, and any other `Memory`s where it makes sense.
### Alternatives considered
_No response_
### Additional details
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.