Ignore:
Timestamp:
Apr 17, 2013, 5:26:45 PM (11 years ago)
Author:
joannou
Message:

In tsarv5_generic_mmu :

  • top.cpp : go look for hard_config.h in giet_vm/ directory
  • top.cpp : changed l_width value to (srcid_width - x_width - y_width)
  • tsar cluster : changed l_width to 0 for the p2m network
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/v5/platforms/tsarv5_generic_mmu/tsarv5_cluster_mmu/caba/source/src/tsarv5_cluster_mmu.cpp

    r363 r370  
    124124
    125125        std::ostringstream swip;
    126         swip << "wi_proc_" << x_id << "_" << y_id;
     126        swip << "wi_proc_" << x_id << "_" << y_id << p;
    127127        wi_proc[p] = new VciDspinInitiatorWrapper<vci_param,cmd_width,rsp_width>(
    128128                     swip.str().c_str(),
     
    284284                     mtd,                          // mapping table
    285285                     x_id, y_id,                   // cluster coordinates
    286                      x_width, y_width, l_width,
     286                     x_width, y_width, 0,          // l_width unused on the network going from proc to memc (only X and Y identifie the cluster)
    287287                     nb_procs,                     // number of local sources
    288288                     1,                            // number of local dests
Note: See TracChangeset for help on using the changeset viewer.