comparison 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
comparison
equal deleted inserted replaced
59:92041177735c 60:6179c07c21d7
107 107
108 //---------------------------------------------------------------------- 108 //----------------------------------------------------------------------
109 // Main module 109 // Main module
110 //---------------------------------------------------------------------- 110 //----------------------------------------------------------------------
111 111
112 (* doc = "synthesis attribute ram_style mkInstCache distributed;" *)
113 (* synthesize *)
112 module [CONNECTED_MODULE] mkInstCache( ICache#(InstReq,InstResp) ); 114 module [CONNECTED_MODULE] mkInstCache( ICache#(InstReq,InstResp) );
113 115
114 //----------------------------------------------------------- 116 //-----------------------------------------------------------
115 // State 117 // State
116 118