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
Currently the MemoryStorage supports a loadMemHex function which loads a verilog-compliant hex file to preload memory. It would be nice if there was also a way to dump memory in the same format.
Desired solution
Add a String toMemHex() function on MemoryStorage. It may need various configuration options.
Alternatives considered
No response
Additional details
No response
The text was updated successfully, but these errors were encountered:
Motivation
Currently the
MemoryStorage
supports aloadMemHex
function which loads a verilog-compliant hex file to preload memory. It would be nice if there was also a way to dump memory in the same format.Desired solution
Add a
String toMemHex()
function onMemoryStorage
. It may need various configuration options.Alternatives considered
No response
Additional details
No response
The text was updated successfully, but these errors were encountered: