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

renamed Lofar2 to Disturb2

parent bdd7c772
Branches
No related tags found
1 merge request!255Resolve DISTURB-1
Pipeline #30292 passed
......@@ -20,10 +20,10 @@
-- Author : R. van der Walle
-- Purpose:
-- Wrapper for Lofar2 SDP Station full design
-- Wrapper for Disturb2 Station full design
-- Description:
-- Unb2b version for lab testing
-- Contains complete SDP station design with AIT input stage with 12 ADC streams, FSUB, XSUB, BF and RING
-- Contains complete station design with AIT input stage with 12 ADC streams, FSUB, XSUB, BF and RING
LIBRARY IEEE, common_lib, unb2b_board_lib, technology_lib, diag_lib, dp_lib, tech_jesd204b_lib, disturb2_unb2b_station_lib;
......@@ -39,7 +39,7 @@ USE dp_lib.dp_stream_pkg.ALL;
ENTITY disturb2_unb2b_station_full IS
GENERIC (
g_design_name : STRING := "disturb2_unb2b_station_full";
g_design_note : STRING := "Lofar2 SDP station full design";
g_design_note : STRING := "Disturb2 station full design";
g_sim : BOOLEAN := FALSE; --Overridden by TB
g_sim_unb_nr : NATURAL := 0;
g_sim_node_nr : NATURAL := 0;
......
......@@ -20,7 +20,7 @@
-- Author : R. van der Walle
-- Purpose:
-- Wrapper for Lofar2 SDP Station full design.
-- Wrapper for Disturb2 SDP Station full design.
-- Description:
-- Unb2b version for lab testing of SDP using the WG.
-- Contains AIT input stage with WG, FSUB, XSUB, BF and RING, so without ADC JESD.
......@@ -39,7 +39,7 @@ USE dp_lib.dp_stream_pkg.ALL;
ENTITY disturb2_unb2b_station_full_wg IS
GENERIC (
g_design_name : STRING := "disturb2_unb2b_station_full_wg";
g_design_note : STRING := "Lofar2 SDP station full design WG";
g_design_note : STRING := "Disturb2 station full design WG";
g_sim : BOOLEAN := FALSE; --Overridden by TB
g_sim_unb_nr : NATURAL := 0;
g_sim_node_nr : NATURAL := 0;
......
......@@ -21,9 +21,9 @@
-------------------------------------------------------------------------------
-- Author : R vd Walle
-- Purpose:
-- Core design for Lofar2 SDP station
-- Core design for Disturb2 SDP station
-- Description:
-- Unb2b version for lab testing, using generic disturb_station.vhd for LOFAR2 SDP application.
-- Unb2b version for lab testing, using generic disturb_station.vhd for Disturb2 application.
-------------------------------------------------------------------------------
LIBRARY IEEE, common_lib, unb2b_board_lib, technology_lib, diag_lib, dp_lib, tech_jesd204b_lib, wpfb_lib, disturb_lib, tech_pll_lib, nw_10gbe_lib, eth_lib;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment