Index: /branches/reconfiguration/platforms/tsar_generic_iob/tsar_iob_cluster/caba/source/src/tsar_iob_cluster.cpp
===================================================================
--- /branches/reconfiguration/platforms/tsar_generic_iob/tsar_iob_cluster/caba/source/src/tsar_iob_cluster.cpp	(revision 994)
+++ /branches/reconfiguration/platforms/tsar_generic_iob/tsar_iob_cluster/caba/source/src/tsar_iob_cluster.cpp	(revision 995)
@@ -299,4 +299,6 @@
                      false);                       // broadcast
 
+    const bool ROUTER_CONFIG_SUPPORTED = true;
+
     //////////////  INT ROUTER(S)
     int_router_cmd = new DspinRouter<dspin_int_cmd_width>*[3];
@@ -310,5 +312,6 @@
                 x_width, y_width,
                 4, 4,
-                (k == 1));
+                (k == 1),
+                ROUTER_CONFIG_SUPPORTED);
     }
 
@@ -323,5 +326,6 @@
                 x_width, y_width,
                 4, 4,
-                false);
+                false,
+                ROUTER_CONFIG_SUPPORTED);
     }
 
