sstsimulator / sst-elements

SST Architectural Simulation Components and Libraries
http://www.sst-simulator.org
Other
93 stars 121 forks source link

updateLRU only for struct_id=0 #2364

Open DivyamArora22 opened 6 months ago

DivyamArora22 commented 6 months ago

In tick function, PageTableWalker.cc, the tick function only updates the LRU for level 0 but not any other levels. We are wondering why is it only updating the leaf level 0 and not the other levels.