From 08227f00afff21566c34d9c066e1cbb4b45022e1 Mon Sep 17 00:00:00 2001
From: Daniel van der Schuur <schuur@astron.nl>
Date: Wed, 10 Jun 2015 09:23:55 +0000
Subject: [PATCH] -Updated comment.

---
 .../python/tc_compaan_unb1_dp_offload_bg_lb_dop17.py  | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/applications/compaan/designs/compaan_unb1_dp_offload/tb/python/tc_compaan_unb1_dp_offload_bg_lb_dop17.py b/applications/compaan/designs/compaan_unb1_dp_offload/tb/python/tc_compaan_unb1_dp_offload_bg_lb_dop17.py
index 50989e0ba8..99ea27d8fa 100644
--- a/applications/compaan/designs/compaan_unb1_dp_offload/tb/python/tc_compaan_unb1_dp_offload_bg_lb_dop17.py
+++ b/applications/compaan/designs/compaan_unb1_dp_offload/tb/python/tc_compaan_unb1_dp_offload_bg_lb_dop17.py
@@ -20,7 +20,8 @@
 #
 ###############################################################################
 
-# Purpose: Stream BG data from FN1 to FN0, forward this data from FN0 to dop17 
+# Purpose: 
+# . Stream BG data from FN1 to FN0, forward this data from FN0 to dop17 
 # Description: 
 # . BG outputs blocks of 365 32b words = 1460 bytes;
 # . BG uses inter-block gap size of 9*365 words to limit BG output rate to 
@@ -28,8 +29,12 @@
 # . BG theoretical max output rate is 200MHz*32b = 6.4Gbps
 # . The above translates to an ethernet data rate of about (6.4Gbps/10) 640Mbps
 #   (excluding packet overhead).
-# Usage: python tc_compaan_unb1_dp_offload_bg_lb.py --unb # --fn 0,1
-#        . Use tcpdump to view the received packets.
+# Usage:
+# . Load the following images on the following nodes:
+#   . FN0 - compaan_unb1_dp_offload_lb
+#   . FN1 - compaan_unb1_dp_offload_bg
+# . python tc_compaan_unb1_dp_offload_bg_lb.py --unb # --fn 0,1
+# . Use tcpdump to view the received packets.
 
 from common import *
 import test_case
-- 
GitLab