From e9c1ecd8e52bd3a40d8c400977f990e42d9469d4 Mon Sep 17 00:00:00 2001
From: Erik Kooistra <kooistra@astron.nl>
Date: Fri, 13 Jun 2014 09:52:28 +0000
Subject: [PATCH] Improved self checking description.

---
 libraries/technology/tse/tb_tech_tse.vhd | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/libraries/technology/tse/tb_tech_tse.vhd b/libraries/technology/tse/tb_tech_tse.vhd
index 26a860fa55..b5d2166585 100644
--- a/libraries/technology/tse/tb_tech_tse.vhd
+++ b/libraries/technology/tse/tb_tech_tse.vhd
@@ -21,8 +21,9 @@
 
 -- Purpose: Testbench for tech_tse the Tripple Speed Ethernet IP technology wrapper.
 -- Description:
---   The tb is self checking based on that tx_pkt_cnt=rx_pkt_cnt must be true
---   at the tb_end.
+--   The tb is self checking based on:
+--   . proc_tse_rx_packet() for expected header and data type
+--   . tx_pkt_cnt=rx_pkt_cnt > 0 must be true at the tb_end.
 -- Usage:
 --   > as 10
 --   > run -all
-- 
GitLab