From 1218f5c3d18b95a668a97af0d17f53f107938b77 Mon Sep 17 00:00:00 2001
From: Erik Kooistra <kooistra@astron.nl>
Date: Tue, 24 Mar 2015 09:03:35 +0000
Subject: [PATCH] Added rx_steps field to t_diag_seq_mm_reg record.

---
 libraries/base/diag/src/vhdl/diag_pkg.vhd | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libraries/base/diag/src/vhdl/diag_pkg.vhd b/libraries/base/diag/src/vhdl/diag_pkg.vhd
index 348e80b0d3..395f04f16d 100644
--- a/libraries/base/diag/src/vhdl/diag_pkg.vhd
+++ b/libraries/base/diag/src/vhdl/diag_pkg.vhd
@@ -174,6 +174,7 @@ PACKAGE diag_pkg IS
     tx_init   : STD_LOGIC_VECTOR(c_word_w -1 DOWNTO 0);  -- readback ctrl
     tx_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
     rx_cnt    : STD_LOGIC_VECTOR(c_word_w -1 DOWNTO 0);
     rx_stat   : STD_LOGIC_VECTOR(c_word_w -1 DOWNTO 0);
-- 
GitLab