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
with this commit it was introduced that the DC refill aborts on snoop hits: 87283e9
The issue is that the wishbone spec does not allow to just abort a transaction and I had a chain of events to led to a crash eventually.
@skristiansson fortunately documented the change very well, thanks!
I am wondering if a solution based on the outline in the commit or a solution where the bus itnerface unit completes a burst after two words and then withdraws the data is better.
What do you think?
Cheers,
Stefan
The text was updated successfully, but these errors were encountered:
Hi,
with this commit it was introduced that the DC refill aborts on snoop hits: 87283e9
The issue is that the wishbone spec does not allow to just abort a transaction and I had a chain of events to led to a crash eventually.
@skristiansson fortunately documented the change very well, thanks!
I am wondering if a solution based on the outline in the commit or a solution where the bus itnerface unit completes a burst after two words and then withdraws the data is better.
What do you think?
Cheers,
Stefan
The text was updated successfully, but these errors were encountered: