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

Added rx_steps field to t_diag_seq_mm_reg record.

parent 72e6defb
No related branches found
No related tags found
No related merge requests found
...@@ -174,6 +174,7 @@ PACKAGE diag_pkg IS ...@@ -174,6 +174,7 @@ PACKAGE diag_pkg IS
tx_init : STD_LOGIC_VECTOR(c_word_w -1 DOWNTO 0); -- readback ctrl tx_init : STD_LOGIC_VECTOR(c_word_w -1 DOWNTO 0); -- readback ctrl
tx_ctrl : STD_LOGIC_VECTOR(c_word_w -1 DOWNTO 0); tx_ctrl : STD_LOGIC_VECTOR(c_word_w -1 DOWNTO 0);
rx_ctrl : STD_LOGIC_VECTOR(c_word_w -1 DOWNTO 0); rx_ctrl : STD_LOGIC_VECTOR(c_word_w -1 DOWNTO 0);
rx_steps : t_integer_arr(c_diag_seq_rx_reg_nof_steps-1 DOWNTO 0);
tx_cnt : STD_LOGIC_VECTOR(c_word_w -1 DOWNTO 0); -- read cnt and stat tx_cnt : STD_LOGIC_VECTOR(c_word_w -1 DOWNTO 0); -- read cnt and stat
rx_cnt : STD_LOGIC_VECTOR(c_word_w -1 DOWNTO 0); rx_cnt : STD_LOGIC_VECTOR(c_word_w -1 DOWNTO 0);
rx_stat : STD_LOGIC_VECTOR(c_word_w -1 DOWNTO 0); rx_stat : STD_LOGIC_VECTOR(c_word_w -1 DOWNTO 0);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment