From f3efc779f9ab0120dd17a3e6e922c8f739c7b60a Mon Sep 17 00:00:00 2001
From: apvrille <ludovic.apvrille@eurecom.fr>
Date: Fri, 24 May 2019 17:06:19 +0200
Subject: [PATCH] Removing useless comments in to router gen

---
 src/main/java/tmltranslator/tonetwork/TranslatedRouter.java | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/main/java/tmltranslator/tonetwork/TranslatedRouter.java b/src/main/java/tmltranslator/tonetwork/TranslatedRouter.java
index c3cb268530..573e038738 100644
--- a/src/main/java/tmltranslator/tonetwork/TranslatedRouter.java
+++ b/src/main/java/tmltranslator/tonetwork/TranslatedRouter.java
@@ -771,6 +771,10 @@ public class TranslatedRouter<E> {
             if (mappedOn == myHwExecutionNode) {
                 TraceManager.addDev("Found HwNode of task " + t.getTaskName() + " for channel " + ch.getName());
                 // We must rework the channel of the task.
+                // The channel is modified to a NBRNBW with the same task has sender / receiver
+                // The channel is mapped to the local mem
+                // Once the sample has been sent, an event is sent to the input task of the router
+                // For a receiver, the event is first waited for, and then the read in the new channel is performed
             }
         }
 
-- 
GitLab