Skip to content
Snippets Groups Projects
Commit 344d9c7a authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Declared tb_end signal.

parent 2e08a99e
Branches
No related tags found
No related merge requests found
...@@ -31,6 +31,7 @@ END tb_tb_lvdsh_dd_phs4; ...@@ -31,6 +31,7 @@ END tb_tb_lvdsh_dd_phs4;
ARCHITECTURE tb OF tb_tb_lvdsh_dd_phs4 IS ARCHITECTURE tb OF tb_tb_lvdsh_dd_phs4 IS
CONSTANT c_dp_phs_clk_period : NATURAL := 32; 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 BEGIN
......
...@@ -29,6 +29,7 @@ END tb_tb_lvdsh_dd_wb4; ...@@ -29,6 +29,7 @@ END tb_tb_lvdsh_dd_wb4;
ARCHITECTURE tb OF tb_tb_lvdsh_dd_wb4 IS 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 BEGIN
-- > as 3 -- > as 3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment