diff --git a/libraries/base/dp/tb/vhdl/tb_dp_shiftram.vhd b/libraries/base/dp/tb/vhdl/tb_dp_shiftram.vhd
index 92c133f4c24d399d28c22a1b7b97094ba86fe4ac..40f7027ff2cbc9f45cb18731f96900b6d0176ecf 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 c7ed9940ad64b2ad20a165819b9ef8cf3b77cf39..997e94ec61565caacd1b756eca02b4ad3c050288 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