Hi,
Is there any way to have a system-wide pointer in gem5? For example, what
if for some reasons I need to have access to LLC prefetcher from pipeline?
I can do
tc->getCpuPtr()->getPort("dcache_port", 0).getPeer().majidAddrLength(tc,
arg1, arg1, arg2);
Also, I am aware of Probe Monitors, but still want to have a pointer taking
me to any component. Although such a thing might not be feasible in real
implementation.
_______________________________________________
gem5-users mailing list
gem5-users@gem5.org
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to