Changeset 599 for trunk/platforms
- Timestamp:
- Dec 11, 2013, 6:08:30 PM (11 years ago)
- Location:
- trunk/platforms
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/platforms/tsar_generic_iob/tsar_iob_cluster/caba/source/src/tsar_iob_cluster.cpp
r597 r599 171 171 IntTab(cluster_id, memc_ram_srcid), // SRCID RAM network 172 172 IntTab(cluster_id, memc_int_tgtid), // TGTID INT network 173 x_id, // X self coordinate174 y_id, // Y self coordinate175 173 x_width, // number of bits for x coordinate 176 174 y_width, // number of bits for y coordinate -
trunk/platforms/tsar_generic_xbar/tsar_xbar_cluster/caba/source/src/tsar_xbar_cluster.cpp
r597 r599 148 148 IntTab(cluster_id), // SRCID external space 149 149 IntTab(cluster_id, tgtid_memc), // TGTID direct space 150 x_id, // X self coordinate151 y_id, // Y self coordinate152 150 x_width, // Number of x bits in platform 153 151 y_width, // Number of y bits in platform -
trunk/platforms/tsar_mono_mmu/top.cpp
r598 r599 279 279 ("xram", IntTab(0), maptabx, loader); 280 280 memc = new soclib::caba::VciMemCache<vci_param, vci_param_ext, dspin_rsp_width, dspin_cmd_width> 281 ("memc",maptabp,maptabx,IntTab(0),IntTab(0, 0), 0, 0, 0, 0,16,256,16, 3, 4096, 8, 8, 8, from_cycle, trace_ok);281 ("memc",maptabp,maptabx,IntTab(0),IntTab(0, 0), 0, 0,16,256,16, 3, 4096, 8, 8, 8, from_cycle, trace_ok); 282 282 VciDspinTargetWrapper<vci_param, dspin_cmd_width, dspin_rsp_width> 283 283 wt_memc("wt_memc", srcid_width);
Note: See TracChangeset
for help on using the changeset viewer.