diff modules/bluespec/Pygar/lab4/InstCacheBlocking.bsv @ 60:6179c07c21d7 pygar svn.61

[svn r61] synthesis boundaries
author punk
date Mon, 10 May 2010 20:29:20 -0400
parents 9fe5ed4af92d
children 1d5cbb5343d2
line wrap: on
line diff
     1.1 --- a/modules/bluespec/Pygar/lab4/InstCacheBlocking.bsv	Mon May 10 13:50:40 2010 -0400
     1.2 +++ b/modules/bluespec/Pygar/lab4/InstCacheBlocking.bsv	Mon May 10 20:29:20 2010 -0400
     1.3 @@ -109,6 +109,8 @@
     1.4  // Main module
     1.5  //----------------------------------------------------------------------
     1.6  
     1.7 +(* doc = "synthesis attribute ram_style mkInstCache distributed;" *)
     1.8 +(* synthesize *)
     1.9  module [CONNECTED_MODULE] mkInstCache( ICache#(InstReq,InstResp) );
    1.10  
    1.11    //-----------------------------------------------------------