From 344d9c7a2719e814289582a4d6821d78588737e9 Mon Sep 17 00:00:00 2001
From: Erik Kooistra <kooistra@astron.nl>
Date: Wed, 11 May 2016 12:59:17 +0000
Subject: [PATCH] Declared tb_end signal.

---
 libraries/io/aduh/tb/vhdl/tb_tb_lvdsh_dd_phs4.vhd | 1 +
 libraries/io/aduh/tb/vhdl/tb_tb_lvdsh_dd_wb4.vhd  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/libraries/io/aduh/tb/vhdl/tb_tb_lvdsh_dd_phs4.vhd b/libraries/io/aduh/tb/vhdl/tb_tb_lvdsh_dd_phs4.vhd
index bfc33a1397..d0dedccdc3 100644
--- a/libraries/io/aduh/tb/vhdl/tb_tb_lvdsh_dd_phs4.vhd
+++ b/libraries/io/aduh/tb/vhdl/tb_tb_lvdsh_dd_phs4.vhd
@@ -31,6 +31,7 @@ END tb_tb_lvdsh_dd_phs4;
 ARCHITECTURE tb OF tb_tb_lvdsh_dd_phs4 IS
 
   CONSTANT c_dp_phs_clk_period : NATURAL := 32;
+  SIGNAL tb_end : STD_LOGIC := '0';  -- declare tb_end to avoid 'No objects found' error on 'when -label tb_end'
   
 BEGIN
 
diff --git a/libraries/io/aduh/tb/vhdl/tb_tb_lvdsh_dd_wb4.vhd b/libraries/io/aduh/tb/vhdl/tb_tb_lvdsh_dd_wb4.vhd
index 21399729c7..9819918f06 100644
--- a/libraries/io/aduh/tb/vhdl/tb_tb_lvdsh_dd_wb4.vhd
+++ b/libraries/io/aduh/tb/vhdl/tb_tb_lvdsh_dd_wb4.vhd
@@ -29,6 +29,7 @@ END tb_tb_lvdsh_dd_wb4;
 
 
 ARCHITECTURE tb OF tb_tb_lvdsh_dd_wb4 IS
+  SIGNAL tb_end : STD_LOGIC := '0';  -- declare tb_end to avoid 'No objects found' error on 'when -label tb_end'
 BEGIN
 
   -- > as 3
-- 
GitLab