Hi,

I'm working on gem5 and relatively new to it. I wanted to know if it's 
possible to add a new Level 1 cache other the existing instruction and Data 
cache. Make it work like a buffer etc. 

I have thought about duplicating the existing cache model of the data or 
instruction cache depending on what it has to handle. I have connected the 
ports to the cpu and L2 cache. However, I'm stuck when it comes to the actual 
data transfer or instruction transfer. How to enable data to go to my new 
cache and how do I check what data/instruction goes into the my new cache?

Thanks for any help in advance!!!

_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to