From 6169504a0a221b548fa6b3f524d3d7cbdfa8bc72 Mon Sep 17 00:00:00 2001
From: Erik Kooistra <kooistra@astron.nl>
Date: Tue, 25 Oct 2016 07:02:48 +0000
Subject: [PATCH] Remove word dp_block_gen from DUT title, because the tb does
 not contain dp_block_gen. To avoid unwanted find in all files when searching
 for dp-block_gen.

---
 libraries/base/dp/tb/vhdl/tb_dp_shiftram.vhd    | 2 +-
 libraries/base/dp/tb/vhdl/tb_dp_sync_insert.vhd | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/libraries/base/dp/tb/vhdl/tb_dp_shiftram.vhd b/libraries/base/dp/tb/vhdl/tb_dp_shiftram.vhd
index 92c133f4c2..40f7027ff2 100644
--- a/libraries/base/dp/tb/vhdl/tb_dp_shiftram.vhd
+++ b/libraries/base/dp/tb/vhdl/tb_dp_shiftram.vhd
@@ -186,7 +186,7 @@ BEGIN
   END PROCESS;
   
   ------------------------------------------------------------------------------
-  -- DUT : dp_block_gen
+  -- DUT
   ------------------------------------------------------------------------------
   u_dut: ENTITY work.dp_shiftram
   GENERIC MAP (
diff --git a/libraries/base/dp/tb/vhdl/tb_dp_sync_insert.vhd b/libraries/base/dp/tb/vhdl/tb_dp_sync_insert.vhd
index c7ed9940ad..997e94ec61 100644
--- a/libraries/base/dp/tb/vhdl/tb_dp_sync_insert.vhd
+++ b/libraries/base/dp/tb/vhdl/tb_dp_sync_insert.vhd
@@ -113,7 +113,7 @@ BEGIN
   ref_sosi.im    <= INCR_UVEC(ref_sosi.im,   3) WHEN rising_edge(clk);
   
   ------------------------------------------------------------------------------
-  -- DUT : dp_block_gen
+  -- DUT
   ------------------------------------------------------------------------------
   
   u_dut: ENTITY work.dp_sync_insert
-- 
GitLab