Ignore:
Timestamp:
Dec 11, 2013, 4:54:11 PM (10 years ago)
Author:
cfuguet
Message:

Modifying tsar_mono_mmu platform to add new vci_mem_cache
global coordinates constructor parameters.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/platforms/tsar_mono_mmu/top.cpp

    r516 r598  
    279279          ("xram", IntTab(0), maptabx, loader);
    280280        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);
    282282        VciDspinTargetWrapper<vci_param, dspin_cmd_width, dspin_rsp_width>
    283283            wt_memc("wt_memc", srcid_width);
Note: See TracChangeset for help on using the changeset viewer.