Hi all,
             As per the code in lru.cc, findVictim supposed to find the
victim block for eviction and the function InsertBlock supposed to move it
to the MRU posn. I want the information of victim block and the block which
was inserted before moving to MRU position. Let say i have assigned a bit
called useful per block and i want to check the same for both the victim and
inserted blocks, but both the blocks have same blkaddress and all. So if a
victim block is useful then insertedBlk is also useful in my case. I want to
distinguish between these two blocks in terms of my useful bit. Any
suggestions

-- 

*thanks&regards
*
*BISWABANDAN PANDA*
*M.S.(RESEARCH SCHOLAR)*
*RISE LAB*
*IIT MADRAS*

http://www.cse.iitm.ac.in/~biswa/
_______________________________________________
gem5-users mailing list
gem5-users@m5sim.org
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to