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
store byte and store half word instructions needs to be properly handled along with OpenRam memory model and tilelink. current issue is read modify write operation, when an instruction of sb or sh is encountered. it is dependent upon OpenRam memory model, whether it will be a read modify write operation(which takes multiple cycles) or writing particular byte into the memory.
The text was updated successfully, but these errors were encountered:
store byte and store half word instructions needs to be properly handled along with OpenRam memory model and tilelink. current issue is read modify write operation, when an instruction of sb or sh is encountered. it is dependent upon OpenRam memory model, whether it will be a read modify write operation(which takes multiple cycles) or writing particular byte into the memory.
The text was updated successfully, but these errors were encountered: