Skip to content
Snippets Groups Projects
Commit 3fcbd4b2 authored by Reinier van der Walle's avatar Reinier van der Walle
Browse files

Added station_id to sdp_info record

parent 3d900905
No related branches found
No related tags found
2 merge requests!100Removed text for XSub that is now written in Confluence Subband correlator...,!55Added t_sdp_info record type + cleanup
...@@ -41,6 +41,7 @@ PACKAGE sdp_pkg is ...@@ -41,6 +41,7 @@ PACKAGE sdp_pkg is
-- LOFAR2-9258-SDP info per antenna band -- LOFAR2-9258-SDP info per antenna band
------------------------------------------------- -------------------------------------------------
TYPE t_sdp_info IS RECORD TYPE t_sdp_info IS RECORD
station_id : STD_LOGIC_VECTOR(15 DOWNTO 0);
antenna_band_index : STD_LOGIC; antenna_band_index : STD_LOGIC;
observation_id : STD_LOGIC_VECTOR(31 DOWNTO 0); observation_id : STD_LOGIC_VECTOR(31 DOWNTO 0);
nyquist_zone_index : STD_LOGIC_VECTOR(1 DOWNTO 0); nyquist_zone_index : STD_LOGIC_VECTOR(1 DOWNTO 0);
......
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