Hello, I am trying to do a functional TLB entry search in FS mode without modifying any state. I am using the */arch/arm/tlb.cc TLB::lookup(Addr va, uint8_t cid, bool functional)* function. I noticed that this function updates the LRU array regardless of the * functional* argument value.
Maybe I cannot see it but shouldn't it be a check here to update the LRU only in case of functional == true ? Thanks
_______________________________________________ gem5-users mailing list gem5-users@gem5.org http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users