Changeset 134 for trunk/platforms/tsarv4_multi_cluster_ring_vdspin
- Timestamp:
- Jan 24, 2011, 5:36:50 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/platforms/tsarv4_multi_cluster_ring_vdspin/top.cpp
r9 r134 202 202 for(int i=0; i<4; i++) 203 203 for(int j=0; j<4; j++) 204 new(&proc[4*i+j]) soclib::caba::VciCcXCacheWrapperV4<vci_param, proc_iss> ("proc" + (4*i+j), 4*i+j, maptabp, maptabc,IntTab(i,j),IntTab(i,j),IntTab(i,j),4,64,16,4,64,16);204 new(&proc[4*i+j]) soclib::caba::VciCcXCacheWrapperV4<vci_param, proc_iss> ("proc" + (4*i+j), 4*i+j, maptabp, maptabc,IntTab(i,j),IntTab(i,j),IntTab(i,j),4,64,16,4,64,16,4,8,16); 205 205 206 206 // ROM which contains boot code
Note: See TracChangeset
for help on using the changeset viewer.