rohd-hcl
rohd-hcl copied to clipboard
Support for strobe/enable on read interfaces
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