Changeset 995 for branches/reconfiguration
- Timestamp:
- May 24, 2015, 6:37:09 PM (9 years ago)
- 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 299 299 false); // broadcast 300 300 301 const bool ROUTER_CONFIG_SUPPORTED = true; 302 301 303 ////////////// INT ROUTER(S) 302 304 int_router_cmd = new DspinRouter<dspin_int_cmd_width>*[3]; … … 310 312 x_width, y_width, 311 313 4, 4, 312 (k == 1)); 314 (k == 1), 315 ROUTER_CONFIG_SUPPORTED); 313 316 } 314 317 … … 323 326 x_width, y_width, 324 327 4, 4, 325 false); 328 false, 329 ROUTER_CONFIG_SUPPORTED); 326 330 } 327 331
Note: See TracChangeset
for help on using the changeset viewer.