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

Declared tb_end signal.

parent e6fb5108
No related branches found
No related tags found
No related merge requests found
...@@ -29,6 +29,7 @@ ARCHITECTURE tb OF tb_tb_ss IS ...@@ -29,6 +29,7 @@ ARCHITECTURE tb OF tb_tb_ss IS
CONSTANT c_nof_sync : NATURAL := 20; CONSTANT c_nof_sync : NATURAL := 20;
CONSTANT c_reverse_ss_map : BOOLEAN := TRUE; CONSTANT c_reverse_ss_map : BOOLEAN := TRUE;
SIGNAL tb_end : STD_LOGIC := '0'; -- declare tb_end to avoid 'No objects found' error on 'when -label tb_end'
BEGIN BEGIN
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment