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

Added tb_end signal to support when -lable tb_end.

parent 0769f489
No related branches found
No related tags found
No related merge requests found
...@@ -28,6 +28,7 @@ END tb_tb_diag_rx_seq; ...@@ -28,6 +28,7 @@ END tb_tb_diag_rx_seq;
ARCHITECTURE tb OF tb_tb_diag_rx_seq IS ARCHITECTURE tb OF tb_tb_diag_rx_seq IS
SIGNAL tb_end : STD_LOGIC := '0'; -- declare tb_end to avoid 'No objects found' error on 'when -label tb_end'
BEGIN BEGIN
-- g_tx_cnt_incr : INTEGER := 1; -- g_tx_cnt_incr : INTEGER := 1;
......
...@@ -39,6 +39,8 @@ ARCHITECTURE tb OF tb_tb_mms_diag_block_gen IS ...@@ -39,6 +39,8 @@ ARCHITECTURE tb OF tb_tb_mms_diag_block_gen IS
CONSTANT c_nof_repeat : NATURAL := 2; CONSTANT c_nof_repeat : NATURAL := 2;
SIGNAL tb_end : STD_LOGIC := '0'; -- declare tb_end to avoid 'No objects found' error on 'when -label tb_end'
BEGIN BEGIN
-- g_use_usr_input : BOOLEAN := TRUE; -- g_use_usr_input : BOOLEAN := TRUE;
......
...@@ -29,6 +29,7 @@ END tb_tb_mms_diag_seq; ...@@ -29,6 +29,7 @@ END tb_tb_mms_diag_seq;
ARCHITECTURE tb OF tb_tb_mms_diag_seq IS ARCHITECTURE tb OF tb_tb_mms_diag_seq IS
SIGNAL tb_end : STD_LOGIC := '0'; -- declare tb_end to avoid 'No objects found' error on 'when -label tb_end'
BEGIN BEGIN
-- g_flow_control_verify : t_dp_flow_control_enum := e_active; -- always active or random flow control -- g_flow_control_verify : t_dp_flow_control_enum := e_active; -- always active or random flow control
......
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