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

Corrected compile errors.

parent adc0450e
No related branches found
No related tags found
1 merge request!219No functional change. Use short index variables names in capitals, to ease...
Pipeline #26260 passed
......@@ -28,7 +28,6 @@
LIBRARY IEEE;
USE IEEE.std_logic_1164.ALL;
USE work.tb_dp_pkg.ALL;
ENTITY tb_tb_lofar2_unb2c_sdp_station_bf IS
......@@ -44,7 +43,7 @@ BEGIN
u_bf : ENTITY work.tb_lofar2_unb2c_sdp_station_bf
GENERIC MAP (
g_sp => 3, -- WG signal path (SP) index in range(S_pn = 12)
g_sp_ampl => 0.5 -- WG normalized amplitude
g_sp_ampl => 0.5, -- WG normalized amplitude
g_sp_phase => -110.0, -- WG phase in degrees = subband phase
g_sp_remnant_ampl => 0.1, -- WG normalized amplitude for remnant sp
g_sp_remnant_phase => 15.0, -- WG phase in degrees for remnant sp
......
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