Ignore:
Timestamp:
May 24, 2015, 6:37:09 PM (9 years ago)
Author:
cfuguet
Message:

reconf: pass the configuration_supported parameter to the routers in the
computational layer.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/reconfiguration/platforms/tsar_generic_iob/tsar_iob_cluster/caba/source/src/tsar_iob_cluster.cpp

    r963 r995  
    299299                     false);                       // broadcast
    300300
     301    const bool ROUTER_CONFIG_SUPPORTED = true;
     302
    301303    //////////////  INT ROUTER(S)
    302304    int_router_cmd = new DspinRouter<dspin_int_cmd_width>*[3];
     
    310312                x_width, y_width,
    311313                4, 4,
    312                 (k == 1));
     314                (k == 1),
     315                ROUTER_CONFIG_SUPPORTED);
    313316    }
    314317
     
    323326                x_width, y_width,
    324327                4, 4,
    325                 false);
     328                false,
     329                ROUTER_CONFIG_SUPPORTED);
    326330    }
    327331
Note: See TracChangeset for help on using the changeset viewer.