Hello,

I am wondering if there is anyway to reference to and change the values of 
items of a specific cache_entry object (found in SLICC) with an external C++ 
function (That is called from the SLICC code). I believe you can do it by 
passing the cache_entry object to the external function and returning a 
cache_entry object that overwrites the original function (e.g. cache_entry := 
someFunction(cache_entry);), but I am wondering if you can use a pointer 
instead so you don't need to return.

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

Reply via email to