Hi,
    I am looking for some help to enable the TLB for the system.l2 prefetcher. 
I see that we can register the TLB for dcache and icache by modifying the 
CacheConfig.py as below.


icache.prefetcher = hwpClass()

icache.registerTLB(system.cpu[i].itb)



dcache.prefetcher = hwpClass()

dcache.registerTLB(system.cpu[i].dtb)


Will the same method work for system.l2 prefetcher?


Regards,

Rejith

_______________________________________________
gem5-users mailing list -- gem5-users@gem5.org
To unsubscribe send an email to gem5-users-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to