Changeset 598 for trunk/platforms/tsar_mono_mmu
- Timestamp:
- Dec 11, 2013, 4:54:11 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/platforms/tsar_mono_mmu/top.cpp
r516 r598 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), /* (cluster_id << l_width) + nb_procs */ 1, 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, 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.