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

Declared tb_end signal.

parent 2e08a99e
No related branches found
No related tags found
Loading
......@@ -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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment