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

Added useful c_diag_seq_tx_reg_* setting constants.

parent 1d5de1fe
No related branches found
No related tags found
No related merge requests found
...@@ -171,6 +171,10 @@ PACKAGE diag_pkg IS ...@@ -171,6 +171,10 @@ PACKAGE diag_pkg IS
rx_stat : STD_LOGIC_VECTOR(c_word_w -1 DOWNTO 0); rx_stat : STD_LOGIC_VECTOR(c_word_w -1 DOWNTO 0);
END RECORD; END RECORD;
CONSTANT c_diag_seq_tx_reg_dis : NATURAL := 0;
CONSTANT c_diag_seq_tx_reg_en_psrg : NATURAL := 1;
CONSTANT c_diag_seq_tx_reg_en_cntr : NATURAL := 3;
TYPE t_diag_seq_mm_reg_arr IS ARRAY (INTEGER RANGE <>) OF t_diag_seq_mm_reg; TYPE t_diag_seq_mm_reg_arr IS ARRAY (INTEGER RANGE <>) OF t_diag_seq_mm_reg;
END diag_pkg; END diag_pkg;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment