On Mon, Jun 28, 2010 at 8:08 AM, Zhe Wang <[email protected]> wrote: > Hi all > I am trying to modified Richard Strong's script to convert m5's output > into the input of mcpat. > > I run into some problems for L2 cache components. Could someone tell me the > the meaning of these components in states.txt: > > system.l2.ReadExReq > system.l2.ReadReq > system.l2.UpgradeReq
These are specific request types the cache can recieve. Many stats in the cache are broken down by request type. > system.l2.demand See BaseCache::regStats() > > Also, what does mshr stand for? See Kroft, ISCA81 (or just google it). > > Thanks very much > > Zhe Wang > > > > _______________________________________________ > m5-users mailing list > [email protected] > http://m5sim.org/cgi-bin/mailman/listinfo/m5-users > _______________________________________________ m5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/m5-users
