Skip to content

[sram] Writes accompanied by defined read data#475

Draft
marnovandermaas wants to merge 1 commit intolowRISC:mainfrom
marnovandermaas:sram_write_blanking
Draft

[sram] Writes accompanied by defined read data#475
marnovandermaas wants to merge 1 commit intolowRISC:mainfrom
marnovandermaas:sram_write_blanking

Conversation

@marnovandermaas
Copy link
Copy Markdown
Collaborator

@marnovandermaas marnovandermaas commented Apr 28, 2026

The axi_to_detailed_mem module requires a valid read request to be accompanied by every write. This is problematic since at the start of time the content of SRAM is understandably undefined. Instead of feeding don't cares through the module alongside an rvalid signal. Now this feeds a recognisable hex sequence through the module so that it still works but it is also somewhat detectable if this read propagates to the output.

This change is mainly to unblock: #447

The axi_to_detailed_mem module requires a valid read request to be
accompanied by every write. This is problematic since at the start of
time the content of SRAM is understandably undefined. Instead of feeding
don't cares through the module alongside an rvalid signal. Now this
feeds a recognisable hex sequence through the module so that it still
works but it is also somewhat detectable if this read propagates to the
output.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant