Changeset 836 for trunk/platforms/tsar_generic_xbar/tsar_xbar_cluster
- Timestamp:
- Oct 15, 2014, 11:41:49 AM (10 years ago)
- Location:
- trunk/platforms/tsar_generic_xbar/tsar_xbar_cluster/caba
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/platforms/tsar_generic_xbar/tsar_xbar_cluster/caba/metadata/tsar_xbar_cluster.sd
r779 r836 32 32 memc_cell_size_int = parameter.Reference('vci_data_width_int'), 33 33 memc_cell_size_ext = parameter.Reference('vci_data_width_ext'), 34 dspin_in_width = parameter.Reference('dspin_rsp_width'),35 dspin_out_width = parameter.Reference('dspin_cmd_width')),34 memc_dspin_in_width = parameter.Reference('dspin_rsp_width'), 35 memc_dspin_out_width = parameter.Reference('dspin_cmd_width')), 36 36 37 37 Uses('caba:vci_simple_rom', -
trunk/platforms/tsar_generic_xbar/tsar_xbar_cluster/caba/source/src/tsar_xbar_cluster.cpp
r752 r836 142 142 IntTab(cluster_id), // SRCID external space 143 143 IntTab(cluster_id, tgtid_memc), // TGTID direct space 144 //(cluster_id << l_width) + nb_procs, // CC_GLOBAL_ID145 144 x_width, // Number of x bits in platform 146 145 y_width, // Number of y bits in platform … … 215 214 wt_xbar_d = new VciDspinTargetWrapper<vci_param_int, dspin_cmd_width, dspin_rsp_width>( 216 215 swtxbar.str().c_str(), 217 x_width + y_width + l_width 216 x_width + y_width + l_width); 218 217 219 218 std::ostringstream swixbar;
Note: See TracChangeset
for help on using the changeset viewer.