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
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 Memorys where it makes sense.
Alternatives considered
No response
Additional details
No response
The text was updated successfully, but these errors were encountered:
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 ofRegisterFile
, and any otherMemory
s where it makes sense.Alternatives considered
No response
Additional details
No response
The text was updated successfully, but these errors were encountered: