comparison modules/bluespec/Pygar/lab4/DataCacheBlocking.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
106 106
107 //---------------------------------------------------------------------- 107 //----------------------------------------------------------------------
108 // Main module 108 // Main module
109 //---------------------------------------------------------------------- 109 //----------------------------------------------------------------------
110 110
111 (* doc = "synthesis attribute ram_style mkDataCache distributed;" *)
112 (* synthesize *)
111 module [CONNECTED_MODULE] mkDataCache( DCache#(DataReq,DataResp) ); 113 module [CONNECTED_MODULE] mkDataCache( DCache#(DataReq,DataResp) );
112 114
113 //----------------------------------------------------------- 115 //-----------------------------------------------------------
114 // State 116 // State
115 117