[Gems-users] directory and L2cache assertion


Date: Thu, 17 Jan 2008 09:59:39 -0800 (PST)
From: "Dave Z." <zhu_dave@xxxxxxxxx>
Subject: [Gems-users] directory and L2cache assertion
Hello,


I have a question regarding assertions in MOESI_CMP_directory. Could you please tell me why we need the following assertion? Does it mean that a cache line cannot exist in the L2 cache and memory at the same time? Thanks.


assert((localDirectory.isTagPresent(addr) && L2cacheMemory.isTagPresent(addr)) == false);



      ____________________________________________________________________________________
Looking for last minute shopping deals?  
Find them fast with Yahoo! Search.  http://tools.search.yahoo.com/newsearch/category.php?category=shopping
[← Prev in Thread] Current Thread [Next in Thread→]
  • [Gems-users] directory and L2cache assertion, Dave Z. <=