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
Hi!
Is there anyway to read a block of sram that I have previously read but has been overwritten by another host(like a dma)? I use the Axi4 interface so there's not any cache coherency solution... Maybe there's someway to flush the cache?
The text was updated successfully, but these errors were encountered:
The main issue is that converting Axi to Tilelink is tricky / bottlneck, as AXI ordering need to be preserved for similar ID, while tilelink is fully out of order.
So it all depend how much efficiency / bandwidth / bridge implemention / axi ordering requirements you have
Hi!
Is there anyway to read a block of sram that I have previously read but has been overwritten by another host(like a dma)? I use the Axi4 interface so there's not any cache coherency solution... Maybe there's someway to flush the cache?
The text was updated successfully, but these errors were encountered: