From f3dc5d7cfaeaa7685ec8e96ec9ee712b12006ce8 Mon Sep 17 00:00:00 2001
From: Erik Kooistra <kooistra@astron.nl>
Date: Fri, 13 Jun 2014 10:04:47 +0000
Subject: [PATCH] Added description.

---
 libraries/io/eth/tb/vhdl/tb_tb_eth.vhd | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/libraries/io/eth/tb/vhdl/tb_tb_eth.vhd b/libraries/io/eth/tb/vhdl/tb_tb_eth.vhd
index 38fd02194b..dfbcc715f9 100644
--- a/libraries/io/eth/tb/vhdl/tb_tb_eth.vhd
+++ b/libraries/io/eth/tb/vhdl/tb_tb_eth.vhd
@@ -20,6 +20,13 @@
 --
 -------------------------------------------------------------------------------
 
+-- Purpose: Multi-testbench for eth
+-- Description:
+--   Verify eth for different data types
+-- Usage:
+--   > as 3
+--   > run -all
+
 LIBRARY IEEE, tech_tse_lib;
 USE IEEE.std_logic_1164.ALL;
 USE tech_tse_lib.tb_tech_tse_pkg.ALL;
-- 
GitLab