Hello, all.
I'm now struggling to implement non-inclusive cache using Sniper.
As I understand so far, Sniper has strictly 'inclusive cache' model.
In other words, upper level cache can take the wanted cache line only through lower level cache.
I tried to access DRAM on L1-D Cache miss, but, I encountered a message like It's impossible work because lower level cache doesn't have the copied cache block. (It's not exact message.)
Is there anybody who has implemented non-inclusive cache or similar structure?
Although this is irrelative... is there single-core model that doesn't need the coherency protocol or directory scheme in Sniper?
Regards,
Hyeonggyu