diff modules/bluespec/Pygar/lab4/InstCacheBlocking.bsv @ 51:9fe5ed4af92d pygar svn.52

[svn r52] tested having multiple cores
author punk
date Wed, 05 May 2010 17:01:04 -0400
parents 61f6267cb3db
children 6179c07c21d7
line wrap: on
line diff
     1.1 --- a/modules/bluespec/Pygar/lab4/InstCacheBlocking.bsv	Wed May 05 15:19:32 2010 -0400
     1.2 +++ b/modules/bluespec/Pygar/lab4/InstCacheBlocking.bsv	Wed May 05 17:01:04 2010 -0400
     1.3 @@ -35,7 +35,6 @@
     1.4  `include "asim/provides/processor_library.bsh"
     1.5  `include "asim/provides/fpga_components.bsh"
     1.6  `include "asim/provides/common_services.bsh"
     1.7 -`include "asim/dict/STATS_INST_CACHE.bsh"
     1.8  
     1.9  interface ICache#( type req_t, type resp_t );
    1.10